Skip to content

Commit daa12cc

Browse files
committed
all: imp code
1 parent 30141c3 commit daa12cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/serverhttps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func (p *Proxy) initHTTPSListeners(ctx context.Context) (err error) {
9292
WriteTimeout: httpConf.WriteTimeout,
9393
}
9494

95-
if p.HTTPConfig.HTTP3Enabled {
95+
if httpConf.HTTP3Enabled {
9696
p.h3Server = &http3.Server{
9797
Handler: mux,
9898
}

0 commit comments

Comments
 (0)