| Index: net/url_request/url_request.cc
|
| ===================================================================
|
| --- net/url_request/url_request.cc (revision 23140)
|
| +++ 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) {
|
|
|
| Property changes on: net\url_request\url_request.cc
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /trunk/src/net/url_request/url_request.cc:r22100
|
|
|
|
|