mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
update the H3 ALPN to draft-24
This commit is contained in:
parent
5607f6d8cb
commit
e08b6b37c4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ var (
|
|||
quicListenAddr = quic.ListenAddr
|
||||
)
|
||||
|
||||
const nextProtoH3 = "h3-22"
|
||||
const nextProtoH3 = "h3-24"
|
||||
|
||||
type requestError struct {
|
||||
err error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue