]> git.ipfire.org Git - thirdparty/curl.git/commit
examples: Remove threaded-shared-conn.c due to bug
authorJay Satiro <raysatiro@yahoo.com>
Fri, 26 Mar 2021 03:53:46 +0000 (23:53 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Fri, 26 Mar 2021 07:14:50 +0000 (03:14 -0400)
commita8da0302a796d64f422647718ca8443e3fcdf30f
tree47f5b3a0662e8b3b8cc27f78469bb149e89a18ae
parent65aa275bbc57487c980939667aea5dca092791a7
examples: Remove threaded-shared-conn.c due to bug

Known bug 11.11 is the shared object's connection cache is not thread
safe, so we should not have an example for it.

Ref: https://github.com/curl/curl/issues/4915
Ref: https://curl.se/docs/knownbugs.html#A_shared_connection_cache_is_not

Closes https://github.com/curl/curl/pull/6795
docs/examples/Makefile.inc
docs/examples/threaded-shared-conn.c [deleted file]