5 references to HeadersExceedMaxTotalSize
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\Http1Connection.cs (2)
275
KestrelBadHttpRequestException.Throw(RequestRejectionReason.
HeadersExceedMaxTotalSize
);
812
case RequestRejectionReason.
HeadersExceedMaxTotalSize
:
Internal\Http2\Http2Stream.cs (1)
223
KestrelBadHttpRequestException.Throw(RequestRejectionReason.
HeadersExceedMaxTotalSize
);
Internal\Http3\Http3Stream.cs (1)
968
KestrelBadHttpRequestException.Throw(RequestRejectionReason.
HeadersExceedMaxTotalSize
);
KestrelBadHttpRequestException.cs (1)
61
case RequestRejectionReason.
HeadersExceedMaxTotalSize
: