3 references to KeepAliveTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Connection.cs (1)
378throw new Http2ConnectionErrorException(CoreStrings.Http2ErrorKeepAliveTimeout, Http2ErrorCode.INTERNAL_ERROR, ConnectionEndReason.KeepAliveTimeout);
Internal\HttpConnection.cs (1)
281_requestProcessor!.StopProcessingNextRequest(ConnectionEndReason.KeepAliveTimeout);
Internal\Infrastructure\KestrelMetrics.cs (1)
478ConnectionEndReason.KeepAliveTimeout => "keep_alive_timeout",