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)
293
if (
_connectionAborted
&& _abortedCts == null)
415
if (!
_connectionAborted
&& _abortedCts is not null)
496
if (
_connectionAborted
)
522
if (
_connectionAborted
)
691
if (!
_connectionAborted
&& !VerifyResponseContentLength(out var lengthException))
703
if (!
_connectionAborted
)
714
if ((ex is OperationCanceledException || ex is IOException) &&
_connectionAborted
)
744
if (!
_connectionAborted
)
775
if (!
_connectionAborted
&& _requestRejectedException == null && !messageBody.IsEmpty)
1025
if (!
_connectionAborted
)
Internal\Http2\Http2Stream.cs (1)
127
public bool CanReuse => !
_connectionAborted
&& HasResponseCompleted;
Internal\Http3\Http3Stream.cs (1)
69
public bool CanReuse => !
_connectionAborted
&& HasResponseCompleted;