axmol/extensions/network
Andre Rudlaff 3bd67a47fa Fixed crash in HttpClient request on 64Bit
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
2013-04-27 17:55:07 +02:00
..
HttpClient.cpp Fixed crash in HttpClient request on 64Bit 2013-04-27 17:55:07 +02:00
HttpClient.h fix the doxygen warnings 2012-11-25 23:27:29 +08:00
HttpRequest.h Merge pull request #1361 from ncrothe/gles20 2012-10-08 01:06:39 -07:00
HttpResponse.h Delete 'cocos2d::' since extension is the sub-namespace of cocos2d. 2012-09-24 11:08:10 +08:00