1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-01 02:05:33 +00:00

[curl] ACCEPT_ENCODING ""

This commit is contained in:
Witold Filipczyk 2023-06-25 19:00:26 +02:00
parent 5e35e906dc
commit 9bf5494a6a

View File

@ -154,6 +154,8 @@ do_http(struct connection *conn)
curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 0L);
curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, my_fwrite_header);
curl_easy_setopt(curl, CURLOPT_ACCEPT_ENCODING, "");
/* Switch on full protocol/debug output */
curl_easy_setopt(curl, CURLOPT_VERBOSE, 0L);