Bump deps

This commit is contained in:
ginuerzh
2024-06-13 21:53:14 +08:00
parent 6d819a0c06
commit 9bae597cbb
7 changed files with 91 additions and 105 deletions

View File

@ -160,7 +160,7 @@ func NewHTTP3Server(addr string, quicConfig *quic.Config, opts ...ServerOption)
http3Server: &http3.Server{
Addr: addr,
TLSConfig: options.tlsConfig,
QuicConfig: quicConfig,
QUICConfig: quicConfig,
},
cqueue: make(chan net.Conn, options.backlog),
closed: make(chan struct{}),