Chromium Code Reviews| Index: net/url_request/url_request.cc |
| =================================================================== |
| --- net/url_request/url_request.cc (revision 22081) |
| +++ net/url_request/url_request.cc (working copy) |
| @@ -438,9 +438,9 @@ |
| // prompt and so shall we. |
| strip_post_specific_headers = method_ == "POST"; |
| method_ = "GET"; |
| + upload_ = NULL; |
| } |
| url_ = location; |
| - upload_ = NULL; |
| --redirect_limit_; |
| if (strip_post_specific_headers) { |