http3: use the AdditionalSettings for requests (#4156)

This commit is contained in:
Marten Seemann
2023-12-06 19:52:23 +05:30
committed by GitHub
parent 45922f76d6
commit 9b40c50a73
2 changed files with 16 additions and 0 deletions

View File

@@ -202,6 +202,7 @@ func (r *RoundTripper) getClient(hostname string, onlyCached bool) (rtc *roundTr
MaxHeaderBytes: r.MaxResponseHeaderBytes,
StreamHijacker: r.StreamHijacker,
UniStreamHijacker: r.UniStreamHijacker,
AdditionalSettings: r.AdditionalSettings,
},
r.QuicConfig,
dial,