From 43dfc7281fb7b94ca48ad0325905ec119c7b0e05 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Sun, 1 Mar 2020 12:22:07 +0700 Subject: [PATCH] update H3 and hq to -27 --- http3/server.go | 2 +- interop/http09/server.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/http3/server.go b/http3/server.go index 865c1fc6..258c8d97 100644 --- a/http3/server.go +++ b/http3/server.go @@ -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. diff --git a/interop/http09/server.go b/interop/http09/server.go index 02b9baf7..0277ef31 100644 --- a/interop/http09/server.go +++ b/interop/http09/server.go @@ -16,7 +16,7 @@ import ( "github.com/lucas-clemente/quic-go" ) -const h09alpn = "hq-23" +const h09alpn = "hq-27" type responseWriter struct { io.Writer