|
|
@@ -145,7 +145,7 @@ int CHttpClient::Posts(const std::string & strUrl, const std::string & strPost,
|
|
|
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, OnWriteData);
|
|
|
curl_easy_setopt(curl, CURLOPT_WRITEDATA, (void *)&strResponse);
|
|
|
curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1);
|
|
|
- curl_easy_setopt(curl, CURLOPT_COOKIE, "lwm_gray_tag=rc");;
|
|
|
+ //curl_easy_setopt(curl, CURLOPT_COOKIE, "lwm_gray_tag=rc");;
|
|
|
|
|
|
if(NULL == pCaPath)
|
|
|
{
|