add support for the version negotiation test

This commit is contained in:
Marten Seemann
2019-11-01 18:26:45 +07:00
parent e0c4c97a46
commit 06d8eda0e9
2 changed files with 20 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ func main() {
}
switch testcase {
case "handshake", "transfer", "resumption":
case "versionnegotiation", "handshake", "transfer", "resumption":
err = runHTTP09Server(quicConf)
case "retry":
// By default, quic-go performs a Retry on every incoming connection.