X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_client_curl.c;h=94cdf474180549023805549a22230d02e20b3b4b;hp=389464bad77f4fc77c17016892c6bd8848740f6b;hb=82923890d9ce44a0642ac2f5ea0cb343aaf50fe3;hpb=e2b947ae9fa3b56f94855c5c111ccc9fb595d460 diff --git a/src/php_http_client_curl.c b/src/php_http_client_curl.c index 389464b..94cdf47 100644 --- a/src/php_http_client_curl.c +++ b/src/php_http_client_curl.c @@ -46,7 +46,7 @@ typedef struct php_http_client_curl_handler { php_http_buffer_t ranges; struct { - uint count; + uint32_t count; double delay; } retry; @@ -2075,9 +2075,7 @@ static void php_http_client_curl_handler_clear(php_http_client_curl_handler_t *h curl_easy_setopt(handler->handle, CURLOPT_COOKIELIST, "FLUSH"); curl_easy_setopt(handler->handle, CURLOPT_SHARE, NULL); /* see gh issue #84 */ - //if (php_http_curle_get_storage(handler->handle)->cookiestore) { - //curl_easy_setopt(handler->handle, CURLOPT_COOKIEJAR, NULL); - //} + curl_easy_setopt(handler->handle, CURLOPT_COOKIEJAR, NULL); } static void php_http_client_curl_handler_dtor(php_http_client_curl_handler_t *handler)