| Index: chrome_frame/urlmon_url_request.cc
|
| ===================================================================
|
| --- chrome_frame/urlmon_url_request.cc (revision 86115)
|
| +++ chrome_frame/urlmon_url_request.cc (working copy)
|
| @@ -469,7 +469,7 @@
|
| lstrcpyW(bind_info->szCustomVerb, verb.c_str());
|
| }
|
|
|
| - if (bind_info->dwBindVerb = BINDVERB_POST ||
|
| + if (bind_info->dwBindVerb == BINDVERB_POST ||
|
| bind_info->dwBindVerb == BINDVERB_PUT) {
|
| // Bypass caching proxies on upload requests and avoid writing responses to
|
| // the browser's cache.
|
|
|