use the quic.Config to set the QUIC version in the Chrome tests

This commit is contained in:
Marten Seemann
2017-08-23 10:20:56 +07:00
parent 5751b599ee
commit 17a0541edb
5 changed files with 17 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ var _ = Describe("Client tests", func() {
if addr.String() != "127.0.0.1:0" {
Fail("quic.clemente.io does not resolve to 127.0.0.1. Consider adding it to /etc/hosts.")
}
testserver.StartQuicServer()
testserver.StartQuicServer(nil)
})
AfterEach(func() {