4 references to HeadersExceedMaxTotalSize
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1Connection.cs (1)
262KestrelBadHttpRequestException.Throw(RequestRejectionReason.HeadersExceedMaxTotalSize);
Internal\Http2\Http2Stream.cs (1)
211KestrelBadHttpRequestException.Throw(RequestRejectionReason.HeadersExceedMaxTotalSize);
Internal\Http3\Http3Stream.cs (1)
957KestrelBadHttpRequestException.Throw(RequestRejectionReason.HeadersExceedMaxTotalSize);
KestrelBadHttpRequestException.cs (1)
61case RequestRejectionReason.HeadersExceedMaxTotalSize: