]> git.ipfire.org Git - thirdparty/curl.git/commit
connect: only start the happy eyeballs timer when needed
authorLoïc Yhuel <loic.yhuel@softathome.com>
Mon, 25 Sep 2023 15:03:40 +0000 (17:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Sep 2023 08:21:32 +0000 (10:21 +0200)
commitb5bb84cbefc73bb58b032ceba7d48030caf565c6
treed806e49d6b0a5e4e052e8956cb8a2fda48beb873
parenta35e2dd69cde95f1decaa58b00c5878d1b693266
connect: only start the happy eyeballs timer when needed

The timeout is only used when there is a second address family, for the
delayed eyeballer.

Closes #11939
lib/connect.c