mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-23 16:11:26 +00:00
update error display
This commit is contained in:
parent
4f522c1a5c
commit
00faa677e7
@ -307,7 +307,7 @@ function connectReqHandler(req, socket, head){
|
|||||||
});
|
});
|
||||||
|
|
||||||
conn.on("error",function(e){
|
conn.on("error",function(e){
|
||||||
console.log("err when connect to __host".replace(/__host/,host));
|
console.log("err when connect to %j, %j" , host , e);
|
||||||
});
|
});
|
||||||
}catch(e){
|
}catch(e){
|
||||||
console.log("err when connect to remote https server (__host)".replace(/__host/,host));
|
console.log("err when connect to remote https server (__host)".replace(/__host/,host));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user