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)
1058if (_requestProcessingStatus < RequestProcessingStatus.AppStarted && !_connectionAborted
Internal\Http\HttpProtocol.cs (10)
311if (_connectionAborted && _abortedCts == null) 433if (!_connectionAborted && _abortedCts is not null) 514if (_connectionAborted) 540if (_connectionAborted) 709if (!_connectionAborted && !VerifyResponseContentLength(out var lengthException)) 721if (!_connectionAborted) 732if ((ex is OperationCanceledException || ex is IOException) && _connectionAborted) 762if (!_connectionAborted) 793if (!_connectionAborted && _requestRejectedException == null && !messageBody.IsEmpty) 1043if (!_connectionAborted)
Internal\Http2\Http2Stream.cs (1)
127public bool CanReuse => !_connectionAborted && HasResponseCompleted;
Internal\Http3\Http3Stream.cs (1)
69public bool CanReuse => !_connectionAborted && HasResponseCompleted;