folecr
|
c0ecad31fe
|
Consistent use of CCAssert
* Remove @
* Use CCAssert instead of CC_ASSERT (number of parameters differ between the two)
|
2013-01-08 14:11:34 -08:00 |
minggo
|
a09367ca7e
|
Merge pull request #1491 from sburavtsov/HttpClient-destroy-fix
Fix for correct unscheduling and instance destruction
|
2012-10-25 02:05:34 -07:00 |
Sergey Buravtsov
|
0b381357b0
|
Fix for correct unscheduling and instance destruction
|
2012-10-24 03:33:17 +04:00 |
ncrothe
|
b3f5a04ad4
|
Update extensions/network/HttpClient.cpp
Added custom header capability to http wrapper (using curl features). This allows setting non-default content-type for POSTs.
|
2012-09-22 17:52:04 +03:00 |
Walzer
|
befaf686bb
|
Merge pull request #1352 from sburavtsov/HttpClientFix-FOLLOW_LOCATION
To be able to handle 302 redirects with curl we need to set option CURLOPT_FOLLOWLOCATION
|
2012-09-20 18:20:46 -07:00 |
Sergey Buravtsov
|
5128f0e1a8
|
To be able to handle 302 redirects with curl we need to set option CURLOPT_FOLLOWLOCATION
|
2012-09-20 19:51:04 +04:00 |
Walzer
|
0cd3552ef7
|
fixed #1475, use vector::insert instead of vector::clear + assign in CCHttpClient::writeData, to prevent losing data
|
2012-09-10 23:17:16 +08:00 |
Walzer
|
7c4ad685e5
|
add comment for a potential bug in HttpClient.cpp
|
2012-09-09 18:25:02 +08:00 |
James Chen
|
3ff21fe275
|
fixed #1424: http wrapper compiled ok on win32.
|
2012-08-09 17:04:55 +08:00 |
Walzer
|
9d6e37cf73
|
issue #1424, rename "Network" to "network"
|
2012-08-09 11:44:24 +08:00 |