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)
766else if (!_keepAlive && _requestProcessingStatus == RequestProcessingStatus.RequestPending)
Internal\Http\HttpProtocol.cs (5)
631while (_keepAlive) 1093if (_keepAlive) 1114if (_keepAlive) 1151if (_keepAlive && 1243if (!_keepAlive)