13 writes to _keepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (13)
Internal\Http\Http1Connection.cs (1)
134_keepAlive = false;
Internal\Http\HttpProtocol.cs (10)
662_keepAlive = false; 863_keepAlive = false; 916_keepAlive = false; 1035_keepAlive = false; 1142_keepAlive = false; 1153_keepAlive = false; 1189_keepAlive = false; 1219_keepAlive = false; 1401_keepAlive = false; 1421_keepAlive = false;
Internal\Http2\Http2Stream.cs (1)
119_keepAlive = true;
Internal\Http3\Http3Stream.cs (1)
912_keepAlive = true;
6 references to _keepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1Connection.cs (1)
735else if (!_keepAlive && _requestProcessingStatus == RequestProcessingStatus.RequestPending)
Internal\Http\HttpProtocol.cs (5)
626while (_keepAlive) 1080if (_keepAlive) 1101if (_keepAlive) 1138if (_keepAlive && 1227if (!_keepAlive)