summaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-09-05 20:30:26 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-09-06 09:51:06 +0200
commit8ca54a03ea08a7b0cf0a402018f329bd93124216 (patch)
tree1230417a6b4f3e7c42c1272ff7be7562a4e6268f /docs/KNOWN_BUGS
parente50a877df74f2d5558f9962089bcac0883e4aa38 (diff)
downloadgnurl-8ca54a03ea08a7b0cf0a402018f329bd93124216.tar.gz
gnurl-8ca54a03ea08a7b0cf0a402018f329bd93124216.tar.bz2
gnurl-8ca54a03ea08a7b0cf0a402018f329bd93124216.zip
test1541: remove since it is a known bug
A shared connection cache is not thread-safe is a known issue. Stop testing this until we believe this issue is addressed. Reduces occasional test failures we don't care about. The test code in lib1541.c is left in git to allow us to restore it when we get to fix this. Closes #5922
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index bc77913b6..8e129c34b 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -761,7 +761,7 @@ problems may have been fixed or changed somewhat since this was written!
handle share a connection cache, but due to how connections are used they are
still not thread-safe when used shared.
- See https://github.com/curl/curl/issues/4915
+ See https://github.com/curl/curl/issues/4915 and lib1541.c
11.12 'no_proxy' string-matches IPv6 numerical addreses