Remove AICurlInterface::strerror

This commit is contained in:
Aleric Inglewood
2012-11-01 02:04:40 +01:00
parent c0ac428179
commit 756aac1f9a
3 changed files with 2 additions and 15 deletions

View File

@@ -2089,8 +2089,8 @@ void CurlResponderBuffer::processOutput(AICurlEasyRequest_wat& curl_easy_request
}
else
{
responseCode = 499;
responseReason = AICurlInterface::strerror(code);
responseCode = HTTP_INTERNAL_ERROR;
responseReason = curl_easy_strerror(code);
curl_easy_request_w->setopt(CURLOPT_FRESH_CONNECT, TRUE);
}