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
This commit is contained in:
Jay Satiro 2021-03-25 23:53:46 -04:00
parent 65aa275bbc
commit a8da0302a7
2 changed files with 0 additions and 157 deletions

View file

@ -139,7 +139,6 @@ COMPLICATED_EXAMPLES = \
sessioninfo.c \
smooth-gtk-thread.c \
synctime.c \
threaded-shared-conn.c \
threaded-ssl.c \
usercertinmem.c \
version-check.pl \