aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68cb14e5..51d8fb68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1Thu Sep 4 23:37:18 MDT 2008
2 Fixed some boundary issues with processing
3 chunked requests; removed memmove from a
4 number of spots, in favor of using an index into
5 the current buffer instead. -GS
6
1Sun Aug 24 13:05:41 MDT 2008 7Sun Aug 24 13:05:41 MDT 2008
2 Now handling clients returning 0 from response callback 8 Now handling clients returning 0 from response callback
3 as specified in the documentation (abort if internal 9 as specified in the documentation (abort if internal