From 2584e9aca52a976fbeb25d8bb6df0923b77bd8d1 Mon Sep 17 00:00:00 2001 From: NHB348 Date: Thu, 13 Aug 2015 14:59:37 +0530 Subject: [PATCH] SPR 28165 Fix --- platform/shared/net/CURLNetRequest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/shared/net/CURLNetRequest.cpp b/platform/shared/net/CURLNetRequest.cpp index 0bafdcfe831..4df4db13de2 100644 --- a/platform/shared/net/CURLNetRequest.cpp +++ b/platform/shared/net/CURLNetRequest.cpp @@ -634,7 +634,7 @@ curl_slist *CURLNetRequest::CURLHolder::set_options(const char *method, const St } mStrUrl = strUrl; mStrBody = strBody; - + curl_easy_setopt(m_curl, CURLOPT_NOSIGNAL, 1); curl_easy_setopt(m_curl, CURLOPT_BUFFERSIZE, CURL_MAX_WRITE_SIZE-1); if (strcasecmp(method, "GET") == 0)