[fix] making @jcrugzz a happy camper

This commit is contained in:
yawnt 2013-08-09 20:52:21 +02:00
parent 6a4294cbdf
commit 2e7343d728

View File

@ -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
}