Searched refs:http_status (Results 1 – 1 of 1) sorted by relevance
137 int http_status = in GetDownloadErrorCode() local140 if (http_status >= 200 && http_status <= 599) { in GetDownloadErrorCode()143 http_status - 200); in GetDownloadErrorCode()144 } else if (http_status == 0) { in GetDownloadErrorCode()149 LOG(WARNING) << "Unexpected HTTP status code " << http_status; in GetDownloadErrorCode()