Difference in host resolution error reporting behaviour in latest libcurl (v7.26.0)

2012-07-10 Thread ajil koshy
Hi, I have been using libcurl for a while. Recently, I upgraded from v7.23.1 to the latest version i.e. v7.26.0. I am seeing a difference in behaviour in both versions when libcurl encounters a server url host resolution error. In the earlier version, when a hostname resolution failure occurred,

How to identify graceful disconnection by remote peer while using multi-interface

2012-02-08 Thread ajil koshy
on documentation of culr_multi_fdset ()). I would expect that the number of running easy handles to hit zero if peer disconnects but this doesn't happen. Thanks Ajil Koshy --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette

Re: curl-library Digest, Vol 71, Issue 41

2011-08-01 Thread ajil koshy
; charset=US-ASCII; format=flowed On Thu, 28 Jul 2011, ajil koshy wrote: I have an https client using libcurl (with openssl) multi APIs. Occasionally, I see that if remote peer application exits, the libcurl client's 'multi-loop' (the one which calls curl_multi_perform repeatedly till running

Re: Curl_multi_perform goes into infinite loop

2011-08-01 Thread ajil koshy
On Thu, 28 Jul 2011, ajil koshy wrote: I have an https client using libcurl (with openssl) multi APIs. Occasionally, I see that if remote peer application exits, the libcurl client's 'multi-loop' (the one which calls curl_multi_perform repeatedly till running handles reach zero) goes

Re: curl-library Digest, Vol 71, Issue 41

2011-07-29 Thread ajil koshy
On Thu, 28 Jul 2011, ajil koshy wrote: I have an https client using libcurl (with openssl) multi APIs. Occasionally, I see that if remote peer application exits, the libcurl client's 'multi-loop' (the one which calls curl_multi_perform repeatedly till running handles reach zero) goes

Curl_multi_perform goes into infinite loop

2011-07-28 Thread ajil koshy
Hi, I have an https client using libcurl (with openssl) multi APIs. Occasionally, I see that if remote peer application exits, the libcurl client's 'multi-loop' (the one which calls curl_multi_perform repeatedly till running handles reach zero) goes into an infinite loop instead of breaking out.

Re: How to explicitly close underlying TCP connection in libcurl

2011-03-27 Thread ajil koshy
in libcurl Message-ID: alpine.deb.2.00.1103251605470.16...@tvnag.unkk.fr Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed On Fri, 25 Mar 2011, ajil koshy wrote: I am writing an HTTPS client using libcurl/OpenSSL. The client is expected to periodically connect to the server

How to explicitly close underlying TCP connection in libcurl

2011-03-25 Thread ajil koshy
the URL on the CURL handle and simply call call curl_easy_perform (). Do you think either of the above is a nice way (probably not :-) ) to do it? Can you suggest the right way to do this? Thanks Ajil Koshy --- List admin: http

Question regarding SSL caching behavior of LibCurl

2011-03-22 Thread ajil koshy
say I communicate with an HTTPS server. Do I have to keep the curl handle open given that I need connect to the same server as I did before? Thanks in advance. Thanks Ajil Koshy --- List admin: http://cool.haxx.se/list/listinfo/curl