4 writes to _keepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1Connection.cs (1)
143
_keepAlive
= false;
Internal\Http\HttpProtocol.cs (1)
1432
_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)
766
else if (!
_keepAlive
&& _requestProcessingStatus == RequestProcessingStatus.RequestPending)
Internal\Http\HttpProtocol.cs (5)
631
while (
_keepAlive
)
1093
if (
_keepAlive
)
1114
if (
_keepAlive
)
1151
if (
_keepAlive
&&
1243
if (!
_keepAlive
)