diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-10-23 20:34:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-10-23 20:34:56 +0000 |
commit | e1edd41e1b9357cec2d42762e8ae67e356693941 (patch) | |
tree | 7d29d09b12e5bf22eb70fc9adc69a455e0895783 /CHANGES | |
parent | 13e60c55a1a635ceaaf78aa76a4f08c2bcace16f (diff) | |
download | curl-e1edd41e1b9357cec2d42762e8ae67e356693941.tar.gz |
Ravi Pratap provided a major update with pipelining fixes. We also no longer
re-use connections (for pipelining) before the name resolving is done.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Daniel (23 October 2006) +- Ravi Pratap provided a major update with pipelining fixes. We also no longer + re-use connections (for pipelining) before the name resolving is done. + Daniel (21 October 2006) - Nir Soffer made the tests/libtest/Makefile.am use a proper variable for all the single test applications' link and dependences, so that you easier can |