3 references to PingSent
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2KeepAlive.cs (3)
53
if (_state == KeepAliveState.
PingSent
)
69
_state = KeepAliveState.
PingSent
;
77
case KeepAliveState.
PingSent
: