Re: Build error: with_ssh2=static, VC9, makefile.vc

2012-11-02 Thread Jan Ehrhardt
Guenter in gmane.comp.web.curl.library (Thu, 01 Nov 2012 01:29:57 +0100): Hi Jan, Am 30.10.2012 23:18, schrieb Jan Ehrhardt: Vanished once again under the radar? Or did I miss a patch? no and no :-) I was just otherwise busy, but good you pinged again! Just pushed a simple patch:

Re: The Most Dangerous Code in the World

2012-11-02 Thread Daniel Stenberg
On Mon, 29 Oct 2012, Oscar Koeroo wrote: With respect to the option 1 provided from the application; I can only see four migration paths of choices in this: a. treat a 1 as a 0, forced debug mode b. treat a 1 as a 2, forced secure connection c. arbitrate per SSL backend what best to do. For

Re: Help: How to build curl library with asyncronous DNS resolver using --enable-threaded-resolver

2012-11-02 Thread siddeshwar
Hi,    Is there any sample code  for the curl asynch DNS resolution c-ares/ threaded usage? Thanks, -Siddeshwar   From: Daniel Stenberg dan...@haxx.se To: siddeshwar siddeshwar...@yahoo.com; libcurl development curl-library@cool.haxx.se Sent: Thursday,

Fwd: How can i get socket fd from multi_curl ?

2012-11-02 Thread huancong deng
-- Forwarded message -- From: huancong deng denghuanc...@gmail.com Date: Fri, Nov 2, 2012 at 7:17 PM Subject: How can i get socket fd from multi_curl ? To: curl-trac...@cool.haxx.se here is my code , I want to get the socket fd from curl_multi_fdset function, but is it right ?

Re: Fwd: How can i get socket fd from multi_curl ?

2012-11-02 Thread Daniel Stenberg
On Fri, 2 Nov 2012, huancong deng wrote: here is my code , I want to get the socket fd from curl_multi_fdset function, but is it right ? who can tell me about this? Are you sure you want this kludge? The multi_socket API tells the application exactly which sockets to wait for what on, and

Re: The Most Dangerous Code in the World

2012-11-02 Thread Oscar Koeroo
On 02-11-12 12:52, Daniel Stenberg wrote: On Mon, 29 Oct 2012, Oscar Koeroo wrote: With respect to the option 1 provided from the application; I can only see four migration paths of choices in this: a. treat a 1 as a 0, forced debug mode b. treat a 1 as a 2, forced secure connection c.

Re: The Most Dangerous Code in the World

2012-11-02 Thread Daniel Stenberg
On Fri, 2 Nov 2012, Oscar Koeroo wrote: d. treat a 1 as an error and force people to change their code. I still advocate (d) In the beginning of the thread I thought you meant that the error would come from the curl_easy_perform(). But if I read you answer carefully then you are saying