forked from quic-go/quic-go
add support for QUIC v1
This commit is contained in:
@@ -16,7 +16,7 @@ import (
|
||||
"github.com/lucas-clemente/quic-go"
|
||||
)
|
||||
|
||||
const h09alpn = "hq-29"
|
||||
const h09alpn = "hq-interop"
|
||||
|
||||
type responseWriter struct {
|
||||
io.Writer
|
||||
|
||||
Reference in New Issue
Block a user