Fix typo which slipped in during patch clean-up

This commit is contained in:
jpetazzo 2012-11-04 10:36:05 -08:00 committed by indexzero
parent ef66833c4d
commit ba65a485fc

View File

@ -286,7 +286,6 @@ HttpProxy.prototype.proxyRequest = function (req, res, buffer) {
// //
response.connection.on('end', function () { response.connection.on('end', function () {
if (response.readable && response.resume) { if (response.readable && response.resume) {
{
response.resume(); response.resume();
} }
}); });