diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-07-29 12:58:51 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-07-29 12:58:51 +0800 |
commit | 5776c0a692ad2848339d3bef9cae18032d6ad23a (patch) | |
tree | d0962a2a2a88ac38f361edee71657caf083fdcfd /scripts/messages | |
parent | 5bbf332b1b9dd1482fd203668ed12b18a5981783 (diff) |
Fix newer libcurl from not being able to download
System libcurl, which is typically newer, doesn't accept when SL server
responses with an invalid Content-Encoding value (usually some value
that's probably meant to be put as the Content-Type value), that we'd
get "unrecognized or bad HTTP Content or Transfer-Encoding"
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Encoding
A way to fix this would be to just not expect decompressed contents, by
letting libcurl have the default value for CURLOPT_ACCEPT_ENCODING, which
is NULL.
Diffstat (limited to 'scripts/messages')
0 files changed, 0 insertions, 0 deletions