mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
fix outdated comment for the http3.Server
This commit is contained in:
parent
4c079b9ede
commit
4653549266
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue