mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
Merge pull request #472 from glasser/patch-1
Fix accidental write to global variable.
This commit is contained in:
commit
9f3508805a
@ -1,5 +1,5 @@
|
||||
var caronte = exports,
|
||||
web = require('./passes/web-incoming');
|
||||
web = require('./passes/web-incoming'),
|
||||
ws = require('./passes/ws-incoming');
|
||||
|
||||
caronte.createWebProxy = createRightProxy('web');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user