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
All checks were successful
CI / build (push) Successful in 7m5s
This commit is contained in:
parent
96f5c53e71
commit
4675521ffa
1 changed files with 1 additions and 1 deletions
2
main.go
2
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue