mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[fix] making @jcrugzz a happy camper
This commit is contained in:
parent
6a4294cbdf
commit
2e7343d728
@ -21,7 +21,7 @@ ProxyStream.prototype.onPipe = function(request) {
|
||||
|
||||
this.proxyReq.once('response', function(response) {
|
||||
self.onResponse(response);
|
||||
})
|
||||
});
|
||||
this.proxyReq.on('error', function() {}); // XXX TODO: add error handling
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user