summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-08-12 11:59:34 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-08-12 12:00:30 +0200
commitf519bf0d9a58854a7faab3f38f9f48216bae78c0 (patch)
tree0044e072e59ef1af4c72f4983689e290fbec5dd4
parented967a8b37ceab1e41e2d966d672f60cbcf1177c (diff)
downloadcurl-f519bf0d9a58854a7faab3f38f9f48216bae78c0.tar.gz
TODO: remove 'c-ares deviates on http://1346569778'
Fixed since 56a037cc0ad1b2 (7.77.0)
-rw-r--r--docs/KNOWN_BUGS13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index db03bc071..6116a5725 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -101,7 +101,6 @@ problems may have been fixed or changed somewhat since this was written!
11. Internals
11.1 Curl leaks .onion hostnames in DNS
11.2 error buffer not set if connection to multiple addresses fails
- 11.3 c-ares deviates from stock resolver on http://1346569778
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
@@ -773,18 +772,6 @@ problems may have been fixed or changed somewhat since this was written!
CURLE_COULDNT_CONNECT. But the error buffer set by CURLOPT_ERRORBUFFER
remains empty. Issue: https://github.com/curl/curl/issues/544
-11.3 c-ares deviates from stock resolver on http://1346569778
-
- When using the socket resolvers, that URL becomes:
-
- * Rebuilt URL to: http://1346569778/
- * Trying 80.67.6.50...
-
- but with c-ares it instead says "Could not resolve: 1346569778 (Domain name
- not found)"
-
- See https://github.com/curl/curl/issues/893
-
11.4 HTTP test server 'connection-monitor' problems
The 'connection-monitor' feature of the sws HTTP test server doesn't work