3 writes to _connectionAborted
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.cs (1)
505_connectionAborted = true;
Internal\Http2\Http2Stream.cs (1)
132_connectionAborted = false;
Internal\Http3\Http3Stream.cs (1)
924_connectionAborted = false;
9 references to _connectionAborted
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpProtocol.cs (8)
294if (_connectionAborted && _abortedCts == null) 499if (_connectionAborted) 525if (_connectionAborted) 694if (!_connectionAborted && !VerifyResponseContentLength(out var lengthException)) 709if ((ex is OperationCanceledException || ex is IOException) && _connectionAborted) 739if (!_connectionAborted) 770if (!_connectionAborted && _requestRejectedException == null && !messageBody.IsEmpty) 1020if (!_connectionAborted)
Internal\Http2\Http2Stream.cs (1)
127public bool CanReuse => !_connectionAborted && HasResponseCompleted;