On Wed, 5 Dec 2012, Dmitry Danilov wrote:
libcurl cannot handle response from server and fails with error: “Operation timed out after 100012 milliseconds with 7 out of 7 bytes received” when it is connected through forward proxy with NTLM authentication to server configured by SSL.
Thanks for the report!It looks strange. I'll have to stare at the log some more and read some code to see if I can make any sense from it.
curl_easy_setopt(hnd, CURLOPT_POSTFIELDS, "text-data"); curl_easy_setopt(hnd, CURLOPT_POSTFIELDSIZE_LARGE, (curl_off_t)64d);
I trust these were just examples... -- / daniel.haxx.se
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
