Skip to content

Commit

Permalink
SPR 28165 Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NHB348 committed Aug 13, 2015
1 parent b54257d commit 2584e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/shared/net/CURLNetRequest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2584e9a

Please sign in to comment.