]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: remove "slow connect to localhost on Windows"
authorDaniel Stenberg <daniel@haxx.se>
Wed, 16 Feb 2022 13:05:00 +0000 (14:05 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 16 Feb 2022 13:05:41 +0000 (14:05 +0100)
localhost is not resolved anymore since 1a0ebf6632f88

docs/KNOWN_BUGS

index 45cb2070a9d0d9edcf61a7618f8c1de899aa000a..5dc0d994ea0a2bd3a135c80f6e9eae51019cd2ed 100644 (file)
@@ -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