aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e784f5b5..14bc69e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
1Wed Dec 19 21:12:04 MST 2007
2 Implemented chunked (HTTP 1.1) downloads (including
3 sending of HTTP footers). Also allowed queuing of
4 a response early to suppress the otherwise automatic
5 "100 CONTINUE" response. Removed the mostly useless
6 "(un)register handler" methods from the API. Changed
7 the internal implementation to use a finite state
8 machine (cleaner code, slightly less memory consumption). - CG
9
1Sun Dec 16 03:24:13 MST 2007 10Sun Dec 16 03:24:13 MST 2007
2 Implemented handling of chunked (HTTP 1.1) uploads. 11 Implemented handling of chunked (HTTP 1.1) uploads.
3 Note that the upload callback must be able to 12 Note that the upload callback must be able to