update the ALPN tokens to draft-28

This commit is contained in:
Marten Seemann
2020-05-27 09:54:03 +07:00
parent fd5ecee85d
commit dbe925d74a
2 changed files with 2 additions and 2 deletions

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