mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
new error propagation - follows
This commit is contained in:
parent
3a39e444ff
commit
1993faf8a4
@ -3,12 +3,11 @@ var Duplex = require('stream').Duplex,
|
||||
http = require('http'),
|
||||
https = require('https');
|
||||
|
||||
function WebsocketStream(options, res, instance) {
|
||||
function WebsocketStream(options, res) {
|
||||
Duplex.call(this);
|
||||
|
||||
this.options = options;
|
||||
this.res = res;
|
||||
this.instance = intance;
|
||||
|
||||
var self = this;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user