Searched refs:http_status (Results 1 – 1 of 1) sorted by relevance
146 int http_status = in GetDownloadErrorCode() local149 if (http_status >= 200 && http_status <= 599) { in GetDownloadErrorCode()152 http_status - 200); in GetDownloadErrorCode()153 } else if (http_status == 0) { in GetDownloadErrorCode()158 LOG(WARNING) << "Unexpected HTTP status code " << http_status; in GetDownloadErrorCode()