mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-23 15:41:26 +00:00
bug fix
This commit is contained in:
parent
ee5917391b
commit
04a997ebca
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "anyproxy",
|
"name": "anyproxy",
|
||||||
"version": "2.4.4",
|
"version": "2.4.6",
|
||||||
"description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.",
|
"description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.",
|
||||||
"main": "proxy.js",
|
"main": "proxy.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
2
proxy.js
2
proxy.js
@ -18,7 +18,7 @@ var http = require('http'),
|
|||||||
certMgr = require("./lib/certMgr"),
|
certMgr = require("./lib/certMgr"),
|
||||||
getPort = require("./lib/getPort"),
|
getPort = require("./lib/getPort"),
|
||||||
requestHandler = require("./lib/requestHandler"),
|
requestHandler = require("./lib/requestHandler"),
|
||||||
Recorder = require("./lib/Recorder"),
|
Recorder = require("./lib/recorder"),
|
||||||
inherits = require("util").inherits,
|
inherits = require("util").inherits,
|
||||||
util = require("./lib/util"),
|
util = require("./lib/util"),
|
||||||
path = require("path"),
|
path = require("path"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user