Commit 51d37d9a by ken

试试看

parent 292b583d
...@@ -145,7 +145,8 @@ function _request(method, url, callback) { ...@@ -145,7 +145,8 @@ function _request(method, url, callback) {
method, method,
headers: { headers: {
Connection: "Keep-Alive" Connection: "Keep-Alive"
} },
forever: true,
}; };
if (ip) { if (ip) {
opt.localAddress = ip; opt.localAddress = ip;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment