fix xtcp visitor panic

This commit is contained in:
fatedier
2018-10-18 13:55:51 +08:00
parent 698219b621
commit 1a8ac148ca
2 changed files with 15 additions and 6 deletions

View File

@@ -13,12 +13,12 @@ import (
)
const (
ProxyStatusNew = "new"
ProxyStatusStartErr = "start error"
ProxyStatusWaitStart = "wait start"
ProxyStatusRunning = "running"
ProxyStatusCheckFailed = "check failed"
ProxyStatusClosed = "closed"
ProxyStatusNew = "new"
ProxyStatusStartErr = "start error"
ProxyStatusWaitStart = "wait start"
ProxyStatusRunning = "running"
ProxyStatusCheckFailed = "check failed"
ProxyStatusClosed = "closed"
)
type ProxyManager struct {