update the H3 ALPN to draft-24

This commit is contained in:
Marten Seemann 2019-12-04 08:39:06 +07:00
parent 5607f6d8cb
commit e08b6b37c4

View file

@ -26,7 +26,7 @@ var (
quicListenAddr = quic.ListenAddr
)
const nextProtoH3 = "h3-22"
const nextProtoH3 = "h3-24"
type requestError struct {
err error