3 writes to _connectionAborted
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.cs (1)
503_connectionAborted = true;
Internal\Http2\Http2Stream.cs (1)
132_connectionAborted = false;
Internal\Http3\Http3Stream.cs (1)
924_connectionAborted = false;
10 references to _connectionAborted
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http\HttpProtocol.cs (9)
293if (_connectionAborted && _abortedCts == null) 497if (_connectionAborted) 523if (_connectionAborted) 692if (!_connectionAborted && !VerifyResponseContentLength(out var lengthException)) 704if (!_connectionAborted) 715if ((ex is OperationCanceledException || ex is IOException) && _connectionAborted) 745if (!_connectionAborted) 776if (!_connectionAborted && _requestRejectedException == null && !messageBody.IsEmpty) 1026if (!_connectionAborted)
Internal\Http2\Http2Stream.cs (1)
127public bool CanReuse => !_connectionAborted && HasResponseCompleted;