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}
}
// Server is a HTTP2 server listening for QUIC connections.
// Server is a HTTP/3 server.
type Server struct {
*http.Server