threaded-ssl.c is a little example that does multi-threaded downloads from
authorDaniel Stenberg <daniel@haxx.se>
Sun, 3 Feb 2008 12:28:48 +0000 (12:28 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 3 Feb 2008 12:28:48 +0000 (12:28 +0000)
commit454e840590eef557c114b32edb14c113f165272a
treec06b8c573f98ecbb90f3e57d2255f8b11e847ae9
parented0a413711f890b1a4e95e26ecccb71cef9b793c
threaded-ssl.c is a little example that does multi-threaded downloads from
HTTPS sites with OpenSSL-enabled libcurl (and pthreads) and thus do the
thread-locking and things openssl-style.
docs/examples/Makefile.am
docs/examples/threaded-ssl.c [new file with mode: 0644]