forked from quic-go/quic-go
update H3 ALPN to draft-22
This commit is contained in:
@@ -27,7 +27,7 @@ var (
|
|||||||
quicListenAddr = quic.ListenAddr
|
quicListenAddr = quic.ListenAddr
|
||||||
)
|
)
|
||||||
|
|
||||||
const nextProtoH3 = "h3-20"
|
const nextProtoH3 = "h3-22"
|
||||||
|
|
||||||
// Server is a HTTP2 server listening for QUIC connections.
|
// Server is a HTTP2 server listening for QUIC connections.
|
||||||
type Server struct {
|
type Server struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user