rename the h2quic.QuicRoundTripper to h2quic.RoundTripper

This commit is contained in:
Marten Seemann 2017-06-26 19:01:48 +02:00
parent a1680e8670
commit 9df3380bc6
No known key found for this signature in database
GPG key ID: 3603F40B121FCDEA
7 changed files with 16 additions and 15 deletions

View file

@ -24,7 +24,7 @@ func main() {
utils.SetLogTimeFormat("")
hclient := &http.Client{
Transport: &h2quic.QuicRoundTripper{},
Transport: &h2quic.RoundTripper{},
}
var wg sync.WaitGroup