From 04a997ebca2da584857290294ab3fd51e8af6825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=83=B3=E5=BD=93=E5=BD=93?= Date: Sat, 27 Sep 2014 10:06:26 +0800 Subject: [PATCH] bug fix --- package.json | 2 +- proxy.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 137f4bc..b36f8c4 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/proxy.js b/proxy.js index 9fd6514..4607583 100644 --- a/proxy.js +++ b/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"),