Skip to content

Commit

Permalink
delete _form along with everything else on a redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
jgautier committed Nov 1, 2012
1 parent 0e1c0d6 commit b0b97f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@ Request.prototype.start = function () {
delete self.agent
delete self._started
delete self.body
delete self._form
if (self.headers) {
delete self.headers.host
delete self.headers['content-type']
Expand Down

0 comments on commit b0b97f5

Please sign in to comment.