chore: update quic-go to 0.43.0

This commit is contained in:
wwqgtxx
2024-04-28 13:24:16 +08:00
parent df01582996
commit 89a097faa8
6 changed files with 11 additions and 13 deletions

View File

@@ -515,7 +515,7 @@ func (doh *dnsOverHTTPS) createTransportH3(
},
DisableCompression: true,
TLSClientConfig: tlsConfig,
QuicConfig: doh.getQUICConfig(),
QUICConfig: doh.getQUICConfig(),
}
return &http3Transport{baseTransport: rt}, nil