We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30141c3 commit daa12ccCopy full SHA for daa12cc
proxy/serverhttps.go
@@ -92,7 +92,7 @@ func (p *Proxy) initHTTPSListeners(ctx context.Context) (err error) {
92
WriteTimeout: httpConf.WriteTimeout,
93
}
94
95
- if p.HTTPConfig.HTTP3Enabled {
+ if httpConf.HTTP3Enabled {
96
p.h3Server = &http3.Server{
97
Handler: mux,
98
0 commit comments