update test script

This commit is contained in:
OttoMao
2015-02-12 14:37:44 +08:00
parent e5d0b1bf4d
commit d7173b9d4f
4 changed files with 6 additions and 4 deletions

View File

@@ -303,7 +303,7 @@ function connectReqHandler(req, socket, head){
callback();
}else{
proxyPort = (targetPort == 8003)?8003:443; //ws
proxyPort = (targetPort == 80)? 443 : targetPort;
proxyHost = host;
callback();