diff --git a/lib/node-http-proxy/http-proxy.js b/lib/node-http-proxy/http-proxy.js index 9387b29ba..a79a125b6 100644 --- a/lib/node-http-proxy/http-proxy.js +++ b/lib/node-http-proxy/http-proxy.js @@ -286,7 +286,6 @@ HttpProxy.prototype.proxyRequest = function (req, res, buffer) { // response.connection.on('end', function () { if (response.readable && response.resume) { - { response.resume(); } });