mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-27 19:41:11 +01:00
fixed issue for container not being excluded on restart
This commit is contained in:
@@ -89,7 +89,7 @@ func NewHTTPRoute(entry *P.ReverseProxyEntry) (*HTTPRoute, E.NestedError) {
|
||||
return nil
|
||||
}
|
||||
unregIdleWatcher = func() {
|
||||
idlewatcher.Unregister(entry.ContainerName)
|
||||
idlewatcher.Unregister(entry)
|
||||
rp.Transport = trans
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user