forked from quic-go/quic-go
committed by
Lucas Clemente
parent
649933d17b
commit
755dedf1ff
@@ -59,6 +59,7 @@ func newClient(tlsConfig *tls.Config, hostname string, opts *roundTripperOpts) *
|
||||
tlsConf: tlsConfig,
|
||||
config: &quic.Config{
|
||||
RequestConnectionIDTruncation: true,
|
||||
KeepAlive: true,
|
||||
},
|
||||
opts: opts,
|
||||
headerErrored: make(chan struct{}),
|
||||
|
||||
Reference in New Issue
Block a user