Merge pull request #2570 from lucas-clemente/update-alpn-to-draft-28

update the ALPN tokens to draft-28
This commit is contained in:
Marten Seemann
2020-05-29 16:44:18 +07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ var (
quicListenAddr = quic.ListenAddrEarly
)
const nextProtoH3 = "h3-27"
const nextProtoH3 = "h3-28"
// contextKey is a value for use with context.WithValue. It's used as
// a pointer so it fits in an interface{} without allocation.

View File

@@ -16,7 +16,7 @@ import (
"github.com/lucas-clemente/quic-go"
)
const h09alpn = "hq-27"
const h09alpn = "hq-28"
type responseWriter struct {
io.Writer