From 4653549266c720ad793db26ae44cab00e1f08c11 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Tue, 5 Jan 2021 11:21:44 +0800 Subject: [PATCH] fix outdated comment for the http3.Server --- http3/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http3/server.go b/http3/server.go index 56e2a6fb5..3f95af4a4 100644 --- a/http3/server.go +++ b/http3/server.go @@ -82,7 +82,7 @@ func newConnError(code errorCode, err error) requestError { return requestError{err: err, connErr: code} } -// Server is a HTTP2 server listening for QUIC connections. +// Server is a HTTP/3 server. type Server struct { *http.Server