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