Skip to content

Commit

Permalink
Bump http-proxy dependency and remove null agent
Browse files Browse the repository at this point in the history
Conflicts:
	package.json
  • Loading branch information
Rush committed Apr 23, 2014
1 parent ea6910b commit f9ad2a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function parseEntry(entry) {
return entry;
}

var proxy = httpProxy.createProxyServer({agent: null, xfwd: true});
var proxy = httpProxy.createProxyServer({xfwd: true});
var regexpHelper = require('../regexpHelper');

var proxyFailErrorHandler;
Expand Down
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "http-master",
"version": "0.7.7",
"version": "0.7.8",
"description": "Easy to setup, convenient, universal, parallel, http/https proxy daemon. Setup in 1 minute, run, configure, adapt. Proxying based on excellent node-http-proxy.",
"main": "master.js",
"scripts": {
Expand All @@ -22,14 +22,18 @@
],
"license": "BSD",
"dependencies": {
"http-proxy": "~1.0.1",
"optimist": "~0.6.0",
"async": "~0.2.9",
"extend": "~1.2.1",
"bugsnag": "~1.2",
"es6-shim": "~0.9.2",
"extend": "~1.2.1",
"http-auth": "~2.1.6",
"http-proxy": "^1.1.2",
"js-yaml": "~3.0.1",
"jsonlint-lines": "~1.6.0",
"moment": "^2.6.0",
"node-static": "~0.7.2",
"node-watch": "~0.3.4",
"optimist": "~0.6.0",
"spdy": "~1.17.22",
"uid-number": "0.0.3",
"x509": "git://github.com/CodeCharmLtd/node-x509#parse-pem",
Expand Down

0 comments on commit f9ad2a7

Please sign in to comment.