Skip to content

Commit

Permalink
Fix typo which slipped in during patch clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetazzo authored and indexzero committed Mar 9, 2013
1 parent ef66833 commit ba65a48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/node-http-proxy/http-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ HttpProxy.prototype.proxyRequest = function (req, res, buffer) {
//
response.connection.on('end', function () {
if (response.readable && response.resume) {
{
response.resume();
}
});
Expand Down

0 comments on commit ba65a48

Please sign in to comment.