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
7 changed files with 16 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ var _ = Describe("Client tests", func() {
Fail("quic.clemente.io does not resolve to 127.0.0.1. Consider adding it to /etc/hosts.")
}
client = &http.Client{
Transport: &h2quic.QuicRoundTripper{},
Transport: &h2quic.RoundTripper{},
}
})