diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-04-24 10:18:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-04-24 10:18:06 +0000 |
commit | bc1ae973daafb5881b65e179d2f5ce891acf22bd (patch) | |
tree | fc844343a2ad8f4660d3cd6e53ce7da5946fa117 /CHANGES | |
parent | 6a35841b2edcbd865e914ec33ea0568199a26a8a (diff) |
Robert Iakobashvili made the 'master_buffer' get allocated first once it is
can/will be used as it then makes the common cases save 16KB of data for each
easy handle that isn't used for pipelining.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel S (24 April 2007) +- Robert Iakobashvili made the 'master_buffer' get allocated first once it is + can/will be used as it then makes the common cases save 16KB of data for each + easy handle that isn't used for pipelining. + Dan F (23 April 2007) - Added <postcheck> support to the test harness. |