aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c362ed3a..a8dede6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
1Sat Aug 18 03:06:09 MDT 2007 1Sat Aug 18 03:06:09 MDT 2007
2 Check for out of memory when adding headers to 2 Check for out of memory when adding headers to
3 responses. Check for NULL key when looking 3 responses. Check for NULL key when looking
4 for headers. - CG 4 for headers. If a content reader callback
5 for a response returns zero (has no data yet),
6 do not possibly fall into busy waiting when
7 using external select (with internal selects
8 we have no choice). - CG
5 9
6Wed Aug 15 01:46:44 MDT 2007 10Wed Aug 15 01:46:44 MDT 2007
7 Extending API to allow timeout of connections. 11 Extending API to allow timeout of connections.