4 writes to _keepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1Connection.cs (1)
167
_keepAlive
= false;
Internal\Http\HttpProtocol.cs (1)
1449
_keepAlive
= false;
Internal\Http2\Http2Stream.cs (1)
131
_keepAlive
= true;
Internal\Http3\Http3Stream.cs (1)
975
_keepAlive
= true;
6 references to _keepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1Connection.cs (1)
915
else if (!
_keepAlive
&& _requestProcessingStatus == RequestProcessingStatus.RequestPending)
Internal\Http\HttpProtocol.cs (5)
648
while (
_keepAlive
)
1110
if (
_keepAlive
)
1131
if (
_keepAlive
)
1168
if (
_keepAlive
&&
1260
if (!
_keepAlive
)