mirror of
https://github.com/polybar/polybar.git
synced 2024-11-18 13:55:11 -05:00
fix(github): libcurl stuck at curl_easy_perform
Signed-off-by: kokan <peter.kokai@balabit.com>
This commit is contained in:
parent
482876b63a
commit
cb4111383f
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ http_downloader::http_downloader(int connection_timeout) {
|
||||||
curl_easy_setopt(m_curl, CURLOPT_NOSIGNAL, true);
|
curl_easy_setopt(m_curl, CURLOPT_NOSIGNAL, true);
|
||||||
curl_easy_setopt(m_curl, CURLOPT_USERAGENT, "polybar/" GIT_TAG);
|
curl_easy_setopt(m_curl, CURLOPT_USERAGENT, "polybar/" GIT_TAG);
|
||||||
curl_easy_setopt(m_curl, CURLOPT_WRITEFUNCTION, http_downloader::write);
|
curl_easy_setopt(m_curl, CURLOPT_WRITEFUNCTION, http_downloader::write);
|
||||||
|
curl_easy_setopt(m_curl, CURLOPT_FORBID_REUSE, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
http_downloader::~http_downloader() {
|
http_downloader::~http_downloader() {
|
||||||
|
|
Loading…
Reference in a new issue