From: Daniel Stenberg Date: Sat, 4 Nov 2017 16:24:14 +0000 (+0100) Subject: examples: add shared-connection-cache X-Git-Tag: curl-7_57_0~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d1280866a9ba64c28d4d30f6502fa89424cb69a;p=curl examples: add shared-connection-cache --- diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc index 71b804c75..075df9ea2 100644 --- a/docs/examples/Makefile.inc +++ b/docs/examples/Makefile.inc @@ -33,7 +33,8 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \ imap-search imap-create imap-delete imap-copy imap-noop imap-ssl \ imap-tls imap-multi url2file sftpget ftpsget postinmemory http2-download \ http2-upload http2-serverpush getredirect ftpuploadfrommem \ - ftpuploadresume sslbackend postit2-formadd multi-formadd + ftpuploadresume sslbackend postit2-formadd multi-formadd \ + shared-connection-cache # These examples require external dependencies that may not be commonly # available on POSIX systems, so don't bother attempting to compile them here.