2 writes to _requestRejectedException
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (2)
369_requestRejectedException = null; 1431_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)
630if (_requestRejectedException != null) 760if (_requestRejectedException == null) 793if (!_connectionAborted && _requestRejectedException == null && !messageBody.IsEmpty) 1040Debug.Assert(_requestRejectedException != null); 1060if (_requestRejectedException != null || _applicationException != null) 1072if (_requestRejectedException != null) 1074SetErrorResponseException(_requestRejectedException);
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
246get => _requestRejectedException;