[PATCH] formadd: support >2GB files on windows

2015-10-30 Thread Daniel Stenberg
Hey friends, I've had this little patch brewing over in issue #425 [1] for a while with little comments, but I really wouldn't mind if someone who actually has and use Windows could have a look and possibly even try it out. I hesitate to merge it without more discussion/tests. The original

curl_easy_perform opens up new shell

2015-10-30 Thread Florian Wege
Hello, I am working on a small GUI application (wxWidgets) for Windows which downloads files from a web server using libcurl. While the GUI framework shows no terminal, everytime the curl_easy_perform function does its job (in a separate thread), it opens up such shell for a split second. Since a

Re: CURLINFO_TLS_SESSION with OPENSSL returns SSL_CTX instead of SSL

2015-10-30 Thread Rich Gray
Ray Satiro via curl-library wrote: On 10/7/2015 9:10 AM, Daniel Stenberg wrote: On Wed, 7 Oct 2015, Rich Gray wrote: For what it's worth, CURLINFO_TLS_SSL_PTR seems more meaningful to me than CURLINFO_TLS_SESSION_V2. For maximum clarity, maybe CURLINFO_TLS_CTX_PTR could be added as an alias

Choosing between CURLINFO_RESPONSE_CODE and CURLINFO_HTTP_CONNECTCODE

2015-10-30 Thread John Marshall
I have an easy handle (used via the multi interface) on which I have set CURLOPT_FAILONERROR. If either a direct connection or a CONNECT via a proxy fails, I get notified via CURLE_HTTP_RETURNED_ERROR. When handling this, how do I know which one of CURLINFO_RESPONSE_CODE and