threaded-shared-conn.c: new example

This commit is contained in:
Daniel Stenberg 2017-12-05 23:31:47 +01:00
parent 07cb27c98e
commit 5254d8bf27
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 157 additions and 1 deletions

View file

@ -34,7 +34,7 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
imap-tls imap-multi url2file sftpget ftpsget postinmemory http2-download \
http2-upload http2-serverpush getredirect ftpuploadfrommem \
ftpuploadresume sslbackend postit2-formadd multi-formadd \
shared-connection-cache
shared-connection-cache threaded-shared-conn
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.