diff options
Diffstat (limited to 'plugin/forward/proxy.go')
-rw-r--r-- | plugin/forward/proxy.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugin/forward/proxy.go b/plugin/forward/proxy.go index 78b2cf3b8..6485d8d72 100644 --- a/plugin/forward/proxy.go +++ b/plugin/forward/proxy.go @@ -12,11 +12,8 @@ import ( // Proxy defines an upstream host. type Proxy struct { fails uint32 + addr string - addr string - - // Connection caching - expire time.Duration transport *Transport // health checking |