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)
365
if (
_keepAlive
!= null)
369
var state =
_keepAlive
.ProcessKeepAlive(frameReceived);