mirror of
https://github.com/polybar/polybar.git
synced 2026-04-27 01:43:29 +00:00
fix(github): libcurl stuck at curl_easy_perform
Signed-off-by: kokan <peter.kokai@balabit.com>
This commit is contained in:
@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user