add support for QUIC v1

This commit is contained in:
Marten Seemann
2021-03-02 16:01:34 +08:00
parent b8f07c728c
commit 6b771df453
8 changed files with 25 additions and 12 deletions

View File

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