~
Results
22
comments of
~
test link is https://01-tx.audience.gcc.teams.microsoft.com:11024/.
Below is my test code. ```golang package main import ( "bufio" "fmt" tls "github.com/refraction-networking/utls" "golang.org/x/net/http2" "io" "log" "math/rand" "net" "net/http" "strings" "time" ) func main() { cli := http.Client{ Transport:...