diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-02-03 12:31:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-02-03 12:31:35 +0000 |
commit | ffae4f6b48cc8d227a41701f8f043bd8549b4ba3 (patch) | |
tree | d41c00960ef881fc76a1583bf2fb22d0ba016107 /CHANGES | |
parent | 454e840590eef557c114b32edb14c113f165272a (diff) |
- Dmitry Kurochkin cleaned up the pipelining code and removed the need for and
use of the "is_in_pipeline" struct field.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ Changelog +Daniel S (3 Feb 2008) +- Dmitry Kurochkin cleaned up the pipelining code and removed the need for and + use of the "is_in_pipeline" struct field. + +- I wrote up and added the threaded-ssl.c example source code that shows how + to do multi-threaded downloads of HTTPS files with a libcurl that is built + with OpenSSL. It uses pthreads for the threading. + Daniel S (31 Jan 2008) - Niklas Angebrand made the cookie support in libcurl properly deal with the "HttpOnly" feature introduced by Microsoft and apparently also supported by |