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)
915else if (!_keepAlive && _requestProcessingStatus == RequestProcessingStatus.RequestPending)
Internal\Http\HttpProtocol.cs (5)
648while (_keepAlive) 1110if (_keepAlive) 1131if (_keepAlive) 1168if (_keepAlive && 1260if (!_keepAlive)