feat: enable multiple http2 connections (#1304)

This commit is contained in:
Ivan Josipovic
2023-05-18 09:34:35 -07:00
committed by GitHub
parent b18adf8d5f
commit 7e1065e481

View File

@@ -130,6 +130,7 @@ namespace k8s
KeepAlivePingPolicy = HttpKeepAlivePingPolicy.WithActiveRequests, KeepAlivePingPolicy = HttpKeepAlivePingPolicy.WithActiveRequests,
KeepAlivePingDelay = TimeSpan.FromMinutes(3), KeepAlivePingDelay = TimeSpan.FromMinutes(3),
KeepAlivePingTimeout = TimeSpan.FromSeconds(30), KeepAlivePingTimeout = TimeSpan.FromSeconds(30),
EnableMultipleHttp2Connections = true,
}; };
HttpClientHandler.SslOptions.ClientCertificates = new X509Certificate2Collection(); HttpClientHandler.SslOptions.ClientCertificates = new X509Certificate2Collection();