http3: rename Server.QuicConfig to Server.QUICConfig (#4384)

This commit is contained in:
Marten Seemann
2024-03-24 07:39:34 +10:00
committed by GitHub
parent a19f99e98b
commit 89020e380a
6 changed files with 18 additions and 19 deletions

View File

@@ -168,7 +168,7 @@ func main() {
server := http3.Server{
Handler: handler,
Addr: bCap,
QuicConfig: &quic.Config{
QUICConfig: &quic.Config{
Tracer: qlog.DefaultTracer,
},
}