HomeSort by relevance Sort by last modified time
    Searched refs:automatically_retry_on_5xx_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/url_request/
url_fetcher_core.cc 91 automatically_retry_on_5xx_(true),
251 automatically_retry_on_5xx_ = retry;
727 if (automatically_retry_on_5xx_ &&
url_fetcher_core.h 283 // If |automatically_retry_on_5xx_| is false, 5xx responses will be
287 bool automatically_retry_on_5xx_; member in class:net::URLFetcherCore

Completed in 595 milliseconds