1 write to _connectionAborted
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
502_connectionAborted = true;
12 references to _connectionAborted
Microsoft.AspNetCore.Server.Kestrel.Core (12)
Internal\Http\HttpProtocol.cs (10)
293if (_connectionAborted && _abortedCts == null) 415if (!_connectionAborted && _abortedCts is not null) 496if (_connectionAborted) 522if (_connectionAborted) 691if (!_connectionAborted && !VerifyResponseContentLength(out var lengthException)) 703if (!_connectionAborted) 714if ((ex is OperationCanceledException || ex is IOException) && _connectionAborted) 744if (!_connectionAborted) 775if (!_connectionAborted && _requestRejectedException == null && !messageBody.IsEmpty) 1025if (!_connectionAborted)
Internal\Http2\Http2Stream.cs (1)
127public bool CanReuse => !_connectionAborted && HasResponseCompleted;
Internal\Http3\Http3Stream.cs (1)
69public bool CanReuse => !_connectionAborted && HasResponseCompleted;