update H3 ALPN to draft-22

This commit is contained in:
Marten Seemann 2019-07-18 17:38:49 -04:00
parent 879467b3c5
commit 566c709548

View file

@ -27,7 +27,7 @@ var (
quicListenAddr = quic.ListenAddr
)
const nextProtoH3 = "h3-20"
const nextProtoH3 = "h3-22"
// Server is a HTTP2 server listening for QUIC connections.
type Server struct {