From ba65a485fcf7230e85cee77f6eefcd17e46c8f86 Mon Sep 17 00:00:00 2001 From: jpetazzo Date: Sun, 4 Nov 2012 10:36:05 -0800 Subject: [PATCH] Fix typo which slipped in during patch clean-up --- lib/node-http-proxy/http-proxy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/node-http-proxy/http-proxy.js b/lib/node-http-proxy/http-proxy.js index 9387b29..a79a125 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(); } });