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