Merge pull request #44807 from kvignesh1420:curl-opt
PiperOrigin-RevId: 343825774 Change-Id: Ia44fc111dbb907cfc8d1ea2872018edfd103e216
This commit is contained in:
commit
9d98d6e291
@ -609,7 +609,7 @@ int CurlHttpRequest::ProgressCallback(void* this_object, curl_off_t dltotal,
|
||||
|
||||
double starttransfer_time = -1;
|
||||
const auto starttransfer_time_status = that->libcurl_->curl_easy_getinfo(
|
||||
that->curl_, CURLINFO_PRETRANSFER_TIME, &starttransfer_time);
|
||||
that->curl_, CURLINFO_STARTTRANSFER_TIME, &starttransfer_time);
|
||||
|
||||
LOG(ERROR) << "The transmission of request " << this_object
|
||||
<< " (URI: " << that->uri_ << ") has been stuck at "
|
||||
|
Loading…
Reference in New Issue
Block a user