4 writes to _keepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1Connection.cs (1)
174_keepAlive = false;
Internal\Http\HttpProtocol.cs (1)
1460_keepAlive = false;
Internal\Http2\Http2Stream.cs (1)
131_keepAlive = true;
Internal\Http3\Http3Stream.cs (1)
1024_keepAlive = true;
6 references to _keepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1Connection.cs (1)
971else if (!_keepAlive && _requestProcessingStatus == RequestProcessingStatus.RequestPending)
Internal\Http\HttpProtocol.cs (5)
650while (_keepAlive) 1112if (_keepAlive) 1133if (_keepAlive) 1170if (_keepAlive && 1271if (!_keepAlive)