cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: issue with quick reconnect

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 28 Aug 2009 16:12:41 +0200 (CEST)

On Fri, 28 Aug 2009, Jogeshwar Karthik Akundi wrote:

Don't top-post please!

> 2009-08-28 18:07:39.253 TestApp[16561:613] CURLINFO - Connection #0 to
> host 192.168.2.33 left intact
> 2009-08-28 18:57:39.719 TestApp[16561:3e07] CURLINFO - SSLv3, TLS alert,
> Client hello (1):
> 2009-08-28 18:57:39.725 TestApp[16561:3e07] CURLINFO - Failed to get
> recent socket

lib/easy.c:easy_connection() shows that the above error message is associated
with the return code 1. It shows that libcurl fails to "get" the most recent
connection's socket.

I suggest you add some debug outputs in that function to figure out what
conditions that fail in this case.

-- 
  / daniel.haxx.se
Received on 2009-08-28