X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_api.c;h=d2440b73e555bfb236919b403210358e13ed442f;hp=2a5f68e7ab1c5e564ba4d0200b38972aa4167ccd;hb=14c5fd32278ae1d4c127acdde4d8f63eb87cab60;hpb=26de4e2a0c7e422753dfd699813282a2819e8b26 diff --git a/http_request_api.c b/http_request_api.c index 2a5f68e..d2440b7 100644 --- a/http_request_api.c +++ b/http_request_api.c @@ -531,8 +531,9 @@ PHP_HTTP_API void _http_request_defaults(http_request *request) HTTP_CURL_OPT(CURLOPT_HTTPHEADER, NULL); HTTP_CURL_OPT(CURLOPT_COOKIE, NULL); HTTP_CURL_OPT(CURLOPT_COOKIESESSION, 0L); + /* these options would enable curl's cookie engine by default which we don't want HTTP_CURL_OPT(CURLOPT_COOKIEFILE, NULL); - HTTP_CURL_OPT(CURLOPT_COOKIEJAR, NULL); + HTTP_CURL_OPT(CURLOPT_COOKIEJAR, NULL); */ #if HTTP_CURL_VERSION(7,14,1) HTTP_CURL_OPT(CURLOPT_COOKIELIST, NULL); #endif