cURL option CURLOPT_ENCODING not working (SOLVED)

bigbluehh

New member
Hi,

CURLOPT_ENCODING not working in exeoutput ? Bug ? How its working ?
size_download or download_content_length is the uncompressed size.
The external webserver supports compression.

curl_setopt($ch, CURLOPT_ENCODING, “gzip”);

curl_getinfo($ch);

Code:
Array
(
%url%
 
Last edited:
Is your downloaded content correct? I’m not sure that it could be a bug of ExeOutput itself.
 
Last edited:
gdgsupport said:
Is your downloaded content correct? I’m not sure that it could be a bug of ExeOutput itself.
The content is correct but the incomming stream is not compressed on my development-pc (W7 64).
I have tested the executable on other PCs (XP,Vista,W7) where compression works correct.
Do you know a cause of the problem? Firewall ? IE version ?

Big
 
Last edited:
Back
Top