forked from quic-go/quic-go
rename the h2quic.QuicRoundTripper to h2quic.RoundTripper
This commit is contained in:
@@ -24,7 +24,7 @@ func main() {
|
||||
utils.SetLogTimeFormat("")
|
||||
|
||||
hclient := &http.Client{
|
||||
Transport: &h2quic.QuicRoundTripper{},
|
||||
Transport: &h2quic.RoundTripper{},
|
||||
}
|
||||
|
||||
var wg sync.WaitGroup
|
||||
|
||||
Reference in New Issue
Block a user