1 write to _keepAliveTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2KeepAlive.cs (1)
38_keepAliveTimeout = keepAliveTimeout == TimeSpan.MaxValue ? long.MaxValue
2 references to _keepAliveTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2KeepAlive.cs (2)
78if (_keepAliveTimeout != long.MaxValue) 80if (timestamp > (_pingSentTimestamp + _keepAliveTimeout))