aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-12-20 04:23:00 +0000
committerChristian Grothoff <christian@grothoff.org>2007-12-20 04:23:00 +0000
commitc490e64780fd1c45592f5528bf755956f0f2eddb (patch)
treeaa34ac04246134cb8e32a2d81573c73079c0d764 /ChangeLog
parente787fde83a61e3f9290c589139b657c7c414201c (diff)
downloadlibmicrohttpd-c490e64780fd1c45592f5528bf755956f0f2eddb.tar.gz
libmicrohttpd-c490e64780fd1c45592f5528bf755956f0f2eddb.zip
new MHD with support for chunked encoding
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