forked from quic-go/quic-go
don't set the Allow0RTT flag for the client in the HTTP integration test (#4397)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user