diff --git a/main.go b/main.go index 457ca2f..e1b70b1 100644 --- a/main.go +++ b/main.go @@ -169,7 +169,7 @@ func (*requesthandler) ServeHTTP(w http.ResponseWriter, req *http.Request) { var client *http.Client // https://github.com/lucas-clemente/quic-go/issues/2836 - client = h3client + client = h2client resp, err := client.Do(request)