Occasionally facing connection issues with NSS

2019-04-25 Thread surya chandrika via curl-library
I am occasionally seeing "Unable to initialize NSS database" log during my curl call initialization from my CPP module using libcurl and at that time, my curl calls are not working. *Note:* only at certain times , else is works properly without any changes in system Please find the logs in

I propose CURL_MAX_INPUT_LENGTH: largest acceptable string input size

2019-04-25 Thread Daniel Stenberg via curl-library
Hi friends, Here's me implementing a generic string length limit in what is accepted when passing strings to libcurl: https://github.com/curl/curl/pull/3805 It applies to all strings set to libcurl with curl_easy_setopt() and curl_url_set() *EXCEPT* CURLOPT_POSTFIELDS. The reason for this