We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af58e3b commit 6be07edCopy full SHA for 6be07ed
common/tls/ech_server.go
@@ -97,7 +97,7 @@ func (c *echServerConfig) startWatcher() error {
97
if err != nil {
98
return err
99
}
100
- err = c.watcher.Start()
+ err = watcher.Start()
101
102
103
common/tls/std_server.go
@@ -106,7 +106,7 @@ func (c *STDServerConfig) startWatcher() error {
106
107
108
109
110
111
112
0 commit comments