mirror of https://github.com/axmolengine/axmol.git
3bd67a47fa
According to the cURL documentation the pointer that should be passed to curl_easy_getinfo with CURLINFO_RESPONSE_CODE must be a long pointer, On platforms where long is 64Bit this will cause a stack corruption destroying the pointer to the original resonse as the current response code variable was a 32 Bit int value. See: http://curl.haxx.se/libcurl/c/curl_easy_getinfo.html |
||
---|---|---|
.. | ||
HttpClient.cpp | ||
HttpClient.h | ||
HttpRequest.h | ||
HttpResponse.h |