]> granicus.if.org Git - curl/commit
connect: store IPv6 connection status after valid connection
authorDaniel Stenberg <daniel@haxx.se>
Sat, 4 Nov 2017 12:32:14 +0000 (13:32 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Nov 2017 06:59:04 +0000 (07:59 +0100)
commit6b12beb25a8bc66d724a4d7808a4eee97b865e02
treeff41a26f064a326ea2bff0a06e1c2a0078d9b1ed
parent63b8fbbbc02634ef6710067a71d6be24e1af9dd3
connect: store IPv6 connection status after valid connection

... previously it would store it already in the happy eyeballs stage
which could lead to the IPv6 bit being set for an IPv4 connection,
leading to curl not wanting to do EPSV=>PASV for FTP transfers.

Closes #2053
lib/connect.c