http3: rename RoundTripper.QuicConfig to RoundTripper.QUICConfig (#4385)

This commit is contained in:
Marten Seemann
2024-03-24 08:29:39 +10:00
committed by GitHub
parent 89020e380a
commit 49b9965525
6 changed files with 13 additions and 13 deletions

View File

@@ -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)