Remove data event that is not needed after-all.

This commit is contained in:
colinmollenhour 2013-01-07 00:17:24 -05:00 committed by indexzero
parent 3b86a7aae3
commit b1c4bd61e8

View File

@ -325,7 +325,6 @@ HttpProxy.prototype.proxyRequest = function (req, res, buffer) {
response.pause();
}
}
self.emit('data', chunk, req);
}
response.on('data', ondata);