aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-04-24 10:18:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-04-24 10:18:06 +0000
commitbc1ae973daafb5881b65e179d2f5ce891acf22bd (patch)
treefc844343a2ad8f4660d3cd6e53ce7da5946fa117 /CHANGES
parent6a35841b2edcbd865e914ec33ea0568199a26a8a (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--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cc224be03..2c07187bb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.