don't set the Allow0RTT flag for the client in the HTTP integration test (#4397)

This commit is contained in:
Marten Seemann
2024-04-01 10:45:00 +13:00
committed by GitHub
parent 97d31dad39
commit 18d6d2934b

View File

@@ -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,
}