mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
update H3 and hq to -27
This commit is contained in:
parent
4c94670c94
commit
43dfc7281f
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ var (
|
|||
quicListenAddr = quic.ListenAddrEarly
|
||||
)
|
||||
|
||||
const nextProtoH3 = "h3-24"
|
||||
const nextProtoH3 = "h3-27"
|
||||
|
||||
// contextKey is a value for use with context.WithValue. It's used as
|
||||
// a pointer so it fits in an interface{} without allocation.
|
||||
|
|
|
@ -16,7 +16,7 @@ import (
|
|||
"github.com/lucas-clemente/quic-go"
|
||||
)
|
||||
|
||||
const h09alpn = "hq-23"
|
||||
const h09alpn = "hq-27"
|
||||
|
||||
type responseWriter struct {
|
||||
io.Writer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue