Skip to content

Commit 2584e9a

Browse files
committed
SPR 28165 Fix
1 parent b54257d commit 2584e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/shared/net/CURLNetRequest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ curl_slist *CURLNetRequest::CURLHolder::set_options(const char *method, const St
634634
}
635635
mStrUrl = strUrl;
636636
mStrBody = strBody;
637-
637+
curl_easy_setopt(m_curl, CURLOPT_NOSIGNAL, 1);
638638
curl_easy_setopt(m_curl, CURLOPT_BUFFERSIZE, CURL_MAX_WRITE_SIZE-1);
639639

640640
if (strcasecmp(method, "GET") == 0)

0 commit comments

Comments
 (0)