mirror of
https://github.com/curl/curl.git
synced 2026-08-25 09:43:32 +03:00
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:
parent
65aa275bbc
commit
a8da0302a7
2 changed files with 0 additions and 157 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue