Skip to content

Commit

Permalink
Merge pull request #96 from collin/master
Browse files Browse the repository at this point in the history
call res.resume() to prevent #95
  • Loading branch information
pifantastic committed Aug 22, 2013
2 parents 993cbaf + 226915a commit 0aace1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/lib/s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ exports.init = function (grunt) {
}
});
}
res.resume();
});
};

Expand Down

0 comments on commit 0aace1f

Please sign in to comment.