Merge pull request #1206 from bgkavinga/master

api error fix due to status code
This commit is contained in:
fatedier
2019-04-24 12:06:13 +08:00
committed by GitHub

View File

@ -279,6 +279,7 @@ func (svr *Service) getProxyStatsByTypeAndName(proxyType string, proxyName strin
proxyInfo.CurConns = ps.CurConns
proxyInfo.LastStartTime = ps.LastStartTime
proxyInfo.LastCloseTime = ps.LastCloseTime
code = 200
}
return