mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
update test script
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user