4 writes to _keepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1Connection.cs (1)
144
_keepAlive
= false;
Internal\Http\HttpProtocol.cs (1)
1423
_keepAlive
= false;
Internal\Http2\Http2Stream.cs (1)
131
_keepAlive
= true;
Internal\Http3\Http3Stream.cs (1)
923
_keepAlive
= true;
6 references to _keepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1Connection.cs (1)
759
else if (!
_keepAlive
&& _requestProcessingStatus == RequestProcessingStatus.RequestPending)
Internal\Http\HttpProtocol.cs (5)
633
while (
_keepAlive
)
1087
if (
_keepAlive
)
1108
if (
_keepAlive
)
1145
if (
_keepAlive
&&
1234
if (!
_keepAlive
)