From: Daniel Stenberg Date: Wed, 16 Feb 2022 13:05:00 +0000 (+0100) Subject: KNOWN_BUGS: remove "slow connect to localhost on Windows" X-Git-Tag: curl-7_82_0~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44e5c7e4b0204f671d0b812668905a6afa313e45;p=thirdparty%2Fcurl.git KNOWN_BUGS: remove "slow connect to localhost on Windows" localhost is not resolved anymore since 1a0ebf6632f88 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 45cb2070a9..5dc0d994ea 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -108,7 +108,6 @@ problems may have been fixed or changed somewhat since this was written. 11.3 Disconnects do not do verbose 11.4 HTTP test server 'connection-monitor' problems 11.5 Connection information when using TCP Fast Open - 11.6 slow connect to localhost on Windows 11.7 signal-based resolver timeouts 11.8 DoH leaks memory after followlocation 11.9 DoH does not inherit all transfer options @@ -849,20 +848,6 @@ problems may have been fixed or changed somewhat since this was written. See https://github.com/curl/curl/issues/1332 and https://github.com/curl/curl/issues/4296 -11.6 slow connect to localhost on Windows - - When connecting to "localhost" on Windows, curl will resolve the name for - both ipv4 and ipv6 and try to connect to both happy eyeballs-style. Something - in there does however make it take 200 milliseconds to succeed - which is the - HAPPY_EYEBALLS_TIMEOUT define exactly. Lowering that define speeds up the - connection, suggesting a problem in the HE handling. - - If we can *know* that we are talking to a local host, we should lower the - happy eyeballs delay timeout for IPv6 (related: hardcode the "localhost" - addresses, mentioned in TODO). Possibly we should reduce that delay for all. - - https://github.com/curl/curl/issues/2281 - 11.7 signal-based resolver timeouts libcurl built without an asynchronous resolver library uses alarm() to time