1 write to _connectionAborted
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
520_connectionAborted = true;
13 references to _connectionAborted
Microsoft.AspNetCore.Server.Kestrel.Core (13)
Internal\Http\Http1Connection.cs (1)
1143if (_requestProcessingStatus < RequestProcessingStatus.AppStarted && !_connectionAborted
Internal\Http\HttpProtocol.cs (10)
311if (_connectionAborted && _abortedCts == null) 433if (!_connectionAborted && _abortedCts is not null) 514if (_connectionAborted) 540if (_connectionAborted) 711if (!_connectionAborted && !VerifyResponseContentLength(out var lengthException)) 723if (!_connectionAborted) 734if ((ex is OperationCanceledException || ex is IOException) && _connectionAborted) 764if (!_connectionAborted) 795if (!_connectionAborted && _requestRejectedException == null && !messageBody.IsEmpty) 1045if (!_connectionAborted)
Internal\Http2\Http2Stream.cs (1)
127public bool CanReuse => !_connectionAborted && HasResponseCompleted;
Internal\Http3\Http3Stream.cs (1)
78public bool CanReuse => !_connectionAborted && HasResponseCompleted;