summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-10-09 23:01:09 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2022-10-09 23:01:09 -0400
commit5588c46d14cab51596921bc456aadc315dab012f (patch)
tree4c6c4ab1b12f25224a92530b97e1aa55625f328c /src
parentc30d17ebb2cb5010f40769c45ca76954f927fe99 (diff)
parent1767575728b21d7825423f0a1e3854932ed80864 (diff)
downloadabaddon-portaudio-5588c46d14cab51596921bc456aadc315dab012f.tar.gz
abaddon-portaudio-5588c46d14cab51596921bc456aadc315dab012f.zip
Merge branch 'master' into voice
Diffstat (limited to 'src')
-rw-r--r--src/discord/httpclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/discord/httpclient.cpp b/src/discord/httpclient.cpp
index cc0bb93..37436ee 100644
--- a/src/discord/httpclient.cpp
+++ b/src/discord/httpclient.cpp
@@ -143,7 +143,7 @@ void HTTPClient::AddHeaders(http::request &r) {
r.set_header(name, val);
}
curl_easy_setopt(r.get_curl(), CURLOPT_COOKIE, m_cookie.c_str());
- curl_easy_setopt(r.get_curl(), CURLOPT_ACCEPT_ENCODING, "gzip, deflate, br");
+ curl_easy_setopt(r.get_curl(), CURLOPT_ACCEPT_ENCODING, "");
}
void HTTPClient::OnResponse(const http::response_type &r, const std::function<void(http::response_type r)> &cb) {