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