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
@ -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_USERAGENT, "polybar/" GIT_TAG);
|
||||
curl_easy_setopt(m_curl, CURLOPT_WRITEFUNCTION, http_downloader::write);
|
||||
curl_easy_setopt(m_curl, CURLOPT_FORBID_REUSE, true);
|
||||
}
|
||||
|
||||
http_downloader::~http_downloader() {
|
||||
|
Loading…
Reference in New Issue
Block a user