Parse and load user password file.

This commit is contained in:
Chen Yufei
2013-06-13 09:39:17 +08:00
parent cb94c1b42b
commit 30715c97f4
3 changed files with 127 additions and 26 deletions

View File

@@ -20,7 +20,7 @@ func connectByParentProxy(url *URL) (srvconn conn, err error) {
firstId := 0
if config.LoadBalance == loadBalanceHash {
firstId = int(stringHash(url.Host) % uint64(nproxy))
debug.Println("use proxy ", firstId)
debug.Println("use proxy", firstId)
}
for i := 0; i < nproxy; i++ {