I could only achieve this by configuring curl with
--without-zlib
and setting:
curl_easy_setopt(curl, CURLOPT_ACCEPT_ENCODING,"gzip");
Is there a better way to do this?
-- Beppe
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
