summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-01-28 09:22:51 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-01-28 09:22:51 +0100
commitded1d9c84378af37c60d2de052bdc7cfc6f6a72e (patch)
tree9f213e6d3b38a3acba47feb01daba97ee66b7394
parent4615f8440edca59f436528e400112c894e620899 (diff)
downloadcurl-ded1d9c84378af37c60d2de052bdc7cfc6f6a72e.tar.gz
KNOWN_BUGS: Multi perform hangs waiting for threaded resolver
Closes #4852
-rw-r--r--docs/KNOWN_BUGS10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index b95204998..30b93f594 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -112,6 +112,7 @@ problems may have been fixed or changed somewhat since this was written!
11.11 A shared connection cache is not thread-safe
11.12 'no_proxy' string-matches IPv6 numerical addresses
11.13 wakeup socket disconnect causes havoc
+ 11.14 Multi perform hangs waiting for threaded resolver
12. LDAP
12.1 OpenLDAP hangs after returning results
@@ -844,6 +845,15 @@ problems may have been fixed or changed somewhat since this was written!
See https://github.com/curl/curl/issues/6132 and
https://github.com/curl/curl/pull/6133
+11.14 Multi perform hangs waiting for threaded resolver
+
+ If a threaded resolver takes a long time to complete, libcurl can be blocked
+ waiting for it for a longer time than expected - and longer than the set
+ timeouts.
+
+ See https://github.com/curl/curl/issues/2975 and
+ https://github.com/curl/curl/issues/4852
+
12. LDAP
12.1 OpenLDAP hangs after returning results