From 18d6d2934bdfd01fcf1dd16f54c2300084769a13 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Mon, 1 Apr 2024 10:45:00 +1300 Subject: [PATCH] don't set the Allow0RTT flag for the client in the HTTP integration test (#4397) --- integrationtests/self/http_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/integrationtests/self/http_test.go b/integrationtests/self/http_test.go index 89fe0fde7..05e065cf4 100644 --- a/integrationtests/self/http_test.go +++ b/integrationtests/self/http_test.go @@ -118,7 +118,6 @@ var _ = Describe("HTTP tests", func() { TLSClientConfig: getTLSClientConfigWithoutServerName(), QUICConfig: getQuicConfig(&quic.Config{ MaxIdleTimeout: 10 * time.Second, - Allow0RTT: true, }), DisableCompression: true, } @@ -641,7 +640,6 @@ var _ = Describe("HTTP tests", func() { TLSClientConfig: tlsConf, QUICConfig: getQuicConfig(&quic.Config{ MaxIdleTimeout: 10 * time.Second, - Allow0RTT: true, }), DisableCompression: true, }