diff options
Diffstat (limited to 'plugin/forward/proxy.go')
-rw-r--r-- | plugin/forward/proxy.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/forward/proxy.go b/plugin/forward/proxy.go index 6485d8d72..60dfa47a6 100644 --- a/plugin/forward/proxy.go +++ b/plugin/forward/proxy.go @@ -66,7 +66,7 @@ func (p *Proxy) Down(maxfails uint32) bool { } // close stops the health checking goroutine. -func (p *Proxy) close() { p.probe.Stop() } +func (p *Proxy) stop() { p.probe.Stop() } func (p *Proxy) finalizer() { p.transport.Stop() } // start starts the proxy's healthchecking. |