We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f3ae8d + 00b537d commit efd38b8Copy full SHA for efd38b8
1 file changed
transport/http.go
@@ -41,8 +41,7 @@ func (h *HTTP) Exchange(m *dns.Msg) (*dns.Msg, error) {
41
TLSClientConfig: h.TLSConfig,
42
AllowHTTP: true,
43
}
44
- }
45
- if h.HTTP3 {
+ }else if h.HTTP3 {
46
log.Debug("Using HTTP/3")
47
h.conn.Transport = &http3.Transport{
48
0 commit comments