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)
759else if (!_keepAlive && _requestProcessingStatus == RequestProcessingStatus.RequestPending)
Internal\Http\HttpProtocol.cs (5)
633while (_keepAlive) 1087if (_keepAlive) 1108if (_keepAlive) 1145if (_keepAlive && 1234if (!_keepAlive)