| Index: libcurl_http_fetcher.cc
|
| diff --git a/libcurl_http_fetcher.cc b/libcurl_http_fetcher.cc
|
| index cdc7523f2d3c17e743d17f83e2812b5165367c50..16d02392ea9b594ba602b04fbd5abdcff0d5b39e 100644
|
| --- a/libcurl_http_fetcher.cc
|
| +++ b/libcurl_http_fetcher.cc
|
| @@ -156,6 +156,7 @@ void LibcurlHttpFetcher::BeginTransfer(const std::string& url) {
|
| retry_count_ = 0;
|
| no_network_retry_count_ = 0;
|
| http_response_code_ = 0;
|
| + terminate_requested_ = false;
|
| ResolveProxiesForUrl(url);
|
| ResumeTransfer(url);
|
| CurlPerformOnce();
|
|
|