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