Skip to content

Commit 4f92c6a

Browse files
authored
Merge pull request #539 from minrk/fork
switch dependency to http-proxy-node16
2 parents 9d1448c + 725a10e commit 4f92c6a

File tree

3 files changed

+106
-106
lines changed

3 files changed

+106
-106
lines changed

lib/configproxy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var http = require("http"),
1313
fs = require("fs"),
1414
path = require("path"),
1515
EventEmitter = require("events").EventEmitter,
16-
httpProxy = require("http-proxy"),
16+
httpProxy = require("http-proxy-node16"),
1717
winston = require("winston"),
1818
util = require("util"),
1919
URL = require("url"),

0 commit comments

Comments
 (0)