1 write to _keepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
176_keepAlive = new Http2KeepAlive(
2 references to _keepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (2)
365if (_keepAlive != null) 369var state = _keepAlive.ProcessKeepAlive(frameReceived);