Global.util.async

This commit is contained in:
想当当 2014-11-12 21:22:14 +08:00
parent f6ac9a3228
commit 805d851ecf
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "anyproxy",
"version": "2.8.5",
"version": "2.8.6",
"description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.",
"main": "proxy.js",
"bin": {

View File

@ -13,6 +13,7 @@ try{
GLOBAL.util['HttpProxyAgent'] = require('http-proxy-agent');
GLOBAL.util['HttpsProxyAgent'] = require('https-proxy-agent');
GLOBAL.util['tcp-ping'] = require('tcp-ping');
GLOBAL.util['async'] = require('async');
}catch(e){}
var http = require('http'),