mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
update H3 ALPN to draft-22
This commit is contained in:
parent
879467b3c5
commit
566c709548
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue