3 references to Timeout
InMemory.FunctionalTests (1)
Http2\Http2KeepAliveTests.cs (1)
202
Assert.Equal(KeepAliveState.
Timeout
, _connection._keepAlive._state);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (1)
374
else if (state == KeepAliveState.
Timeout
)
Internal\Http2\Http2KeepAlive.cs (1)
82
_state = KeepAliveState.
Timeout
;