Revert to http/2, http/3 uses a lot of CPU (it's fast tho)
All checks were successful
CI / build (push) Successful in 7m5s

This commit is contained in:
Fijxu 2024-09-17 12:46:57 -03:00
parent 96f5c53e71
commit 4675521ffa
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

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