Skip to content

Commit

Permalink
Remove data event that is not needed after-all.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmollenhour authored and indexzero committed Mar 9, 2013
1 parent 3b86a7a commit b1c4bd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/node-http-proxy/http-proxy.js
Expand Up @@ -325,7 +325,6 @@ HttpProxy.prototype.proxyRequest = function (req, res, buffer) {
response.pause();
}
}
self.emit('data', chunk, req);
}

response.on('data', ondata);
Expand Down

0 comments on commit b1c4bd6

Please sign in to comment.