cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Test 254 (passive FTP) still fails for me

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 31 Jan 2013 23:40:15 +0100 (CET)

On Wed, 30 Jan 2013, Nick Zitzmann wrote:

> I checked, and lo and behold, conn->bits.ipv6 is set to false even though
> the connection is definitely an IPv6 connection. So I searched for where
> that was set, and found it in lib/connect.c. When I put a breakpoint on the
> line (currently line 999 in the trunk), it wasn't being hit at all when
> debugging the test. It turns out that the function is returning early on
> line 988, which explains why that bit isn't being set. So at least it's not
> a protocol error…

Thanks, I'll dig into this and do some cleanups and see what I can offer.

-- 
  / daniel.haxx.se

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-01-31