Skip to content

Commit

Permalink
Fixes #215.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal committed Mar 23, 2012
1 parent 6fda9d7 commit 80e4e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ Request.prototype.start = function () {
, redirectUri: response.headers.location
}
)
self.method = 'GET'; // Force all redirects to use GET
// self.method = 'GET'; // Force all redirects to use GET || commented out fixes #215
delete self.req
delete self.agent
delete self._started
Expand Down

0 comments on commit 80e4e43

Please sign in to comment.