tunnel: fix tunnel routing for public entrypoint
This commit is contained in:
@@ -260,7 +260,7 @@ func (t *Tunnel) clean() {
|
||||
var connectors []*Connector
|
||||
for _, c := range t.connectors {
|
||||
if c.IsClosed() {
|
||||
c.log.Debugf("remove connector: %s", t.id, c.id)
|
||||
c.log.Debugf("remove connector: %s %s", t.id, c.id)
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user