diff options
Diffstat (limited to 'plugin/pkg/proxy/persistent.go')
-rw-r--r-- | plugin/pkg/proxy/persistent.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/pkg/proxy/persistent.go b/plugin/pkg/proxy/persistent.go index 0908ce96c..2dc8bde71 100644 --- a/plugin/pkg/proxy/persistent.go +++ b/plugin/pkg/proxy/persistent.go @@ -42,7 +42,7 @@ func newTransport(addr string) *Transport { return t } -// connManagers manages the persistent connection cache for UDP and TCP. +// connManager manages the persistent connection cache for UDP and TCP. func (t *Transport) connManager() { ticker := time.NewTicker(defaultExpire) defer ticker.Stop() |