2 writes to _requestRejectedException
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (2)
351_requestRejectedException = null; 1413_requestRejectedException = ex;
10 references to _requestRejectedException
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http\Http1Connection.cs (2)
1059&& (_requestRejectedException is not BadHttpRequestException kestrelEx 1083var reason = (_requestRejectedException as BadHttpRequestException)?.Reason;
Internal\Http\HttpProtocol.cs (7)
612if (_requestRejectedException != null) 742if (_requestRejectedException == null) 775if (!_connectionAborted && _requestRejectedException == null && !messageBody.IsEmpty) 1022Debug.Assert(_requestRejectedException != null); 1042if (_requestRejectedException != null || _applicationException != null) 1054if (_requestRejectedException != null) 1056SetErrorResponseException(_requestRejectedException);
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
246get => _requestRejectedException;