Skip to content

Commit 3f20197

Browse files
committed
proxy: imp docs
1 parent 27e4532 commit 3f20197

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

proxy/serverhttps.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ func (p *Proxy) listenH3(
7474
return quicListen, nil
7575
}
7676

77-
// newServerHTTP3Config creates *quic.Config populated with the default
78-
// settings. This function is supposed to be used for the DoH3 server only.
77+
// newServerDoH3Config creates *quic.Config populated with the default settings.
78+
// This function is supposed to be used for the DoH3 server only.
7979
func newServerDoH3Config() (conf *quic.Config) {
8080
return &quic.Config{
8181
MaxIdleTimeout: maxQUICIdleTimeout,

0 commit comments

Comments
 (0)