Searched refs:http_status (Results 1 – 1 of 1) sorted by relevance
155 int http_status = in GetDownloadErrorCode() local158 if (http_status >= 200 && http_status <= 599) { in GetDownloadErrorCode()161 http_status - 200); in GetDownloadErrorCode()162 } else if (http_status == 0) { in GetDownloadErrorCode()167 LOG(WARNING) << "Unexpected HTTP status code " << http_status; in GetDownloadErrorCode()