add support for the resumption test case

This commit is contained in:
Marten Seemann
2019-10-05 16:41:09 +02:00
parent a2e61ad76d
commit f6d963c991
2 changed files with 61 additions and 25 deletions

View File

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