Re: Session still remains even connection get closed

2012-07-04 Thread Swamy Mudhbasalar
+0200 From: Dan Fandrich d...@coneharvesters.com To: curl-library@cool.haxx.se Subject: Re: Session still remains even connection get closed Message-ID: 20120703204953.ga6...@coneharvesters.com Content-Type: text/plain; charset=iso-8859-1 On Tue, Jul 03, 2012 at 11:19:36AM +0530, Swamy

Re: Session still remains even connection get closed

2012-07-04 Thread Dan Fandrich
On Wed, Jul 04, 2012 at 06:28:34PM +0530, Swamy Mudhbasalar wrote: I tried with CURLOPT_FORBID_REUSE option, the connection is getting close but session is still there. I can see the session active in vSphere Client UI I don't know what vSphere Client UI is, nor what you mean by session in

Re: Session still remains even connection get closed

2012-07-03 Thread Dan Fandrich
On Tue, Jul 03, 2012 at 11:19:36AM +0530, Swamy Mudhbasalar wrote: I am downloading many files from the server. I used persistent connection and reusing the session. After getting all the files closing the connection using curl_easy_cleanup. Problem is still am seeing a session active on

Session still remains even connection get closed

2012-07-02 Thread Swamy Mudhbasalar
Hi, I am downloading many files from the server. I used persistent connection and reusing the session. After getting all the files closing the connection using curl_easy_cleanup. Problem is still am seeing a session active on server side. Is there anyway i can close this session before