go.mod: Upgrade to quic-go v0.43.0

This commit is contained in:
Matthew Holt
2024-04-27 12:01:30 -06:00
parent cabb5d71c4
commit a46ff50a1c
3 changed files with 4 additions and 4 deletions

View File

@ -598,7 +598,7 @@ func (s *Server) serveHTTP3(addr caddy.NetworkAddress, tlsCfg *tls.Config) error
TLSConfig: tlsCfg,
MaxHeaderBytes: s.MaxHeaderBytes,
// TODO: remove this config when draft versions are no longer supported (we have no need to support drafts)
QuicConfig: &quic.Config{
QUICConfig: &quic.Config{
Versions: []quic.Version{quic.Version1, quic.Version2},
},
ConnContext: func(ctx context.Context, c quic.Connection) context.Context {