3 references to MaxRequestBodySizeExceeded
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1ContentLengthMessageBody.cs (1)
249
_context.DisableKeepAlive(ConnectionEndReason.
MaxRequestBodySizeExceeded
);
Internal\Http\Http1MessageBody.cs (1)
120
_context.DisableKeepAlive(ConnectionEndReason.
MaxRequestBodySizeExceeded
);
Internal\Infrastructure\KestrelMetrics.cs (1)
514
ConnectionEndReason.
MaxRequestBodySizeExceeded
=> "max_request_body_size_exceeded",