fix outdated comment for the http3.Server

This commit is contained in:
Marten Seemann
2021-01-05 11:21:44 +08:00
parent 4c079b9ede
commit 4653549266

View File

@@ -82,7 +82,7 @@ func newConnError(code errorCode, err error) requestError {
return requestError{err: err, connErr: code} return requestError{err: err, connErr: code}
} }
// Server is a HTTP2 server listening for QUIC connections. // Server is a HTTP/3 server.
type Server struct { type Server struct {
*http.Server *http.Server