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