mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 21:39:57 +00:00
Avoid alarm/signals from curl (probably fix #679)
This commit is contained in:
parent
4940b2bf3e
commit
0fcb345f36
@ -29,6 +29,7 @@ public:
|
||||
curl_easy_setopt(m_curl, CURLOPT_WRITEDATA, this);
|
||||
curl_easy_setopt(m_curl, CURLOPT_WRITEFUNCTION, &HttpRequestImpl::writeBodyCallback);
|
||||
curl_easy_setopt(m_curl, CURLOPT_URL, url.c_str());
|
||||
curl_easy_setopt(m_curl, CURLOPT_NOSIGNAL, 1);
|
||||
}
|
||||
|
||||
~HttpRequestImpl()
|
||||
|
Loading…
x
Reference in New Issue
Block a user