forked from quic-go/quic-go
http3: rename RoundTripper.QuicConfig to RoundTripper.QUICConfig (#4385)
This commit is contained in:
@@ -69,7 +69,7 @@ func runTestcase(testcase string) error {
|
||||
if testcase == "http3" {
|
||||
r := &http3.RoundTripper{
|
||||
TLSClientConfig: tlsConf,
|
||||
QuicConfig: quicConf,
|
||||
QUICConfig: quicConf,
|
||||
}
|
||||
defer r.Close()
|
||||
return downloadFiles(r, urls, false)
|
||||
|
||||
Reference in New Issue
Block a user