forked from quic-go/quic-go
add support for the resumption test case
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user