aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-09-05 07:07:58 +0000
committerChristian Grothoff <christian@grothoff.org>2008-09-05 07:07:58 +0000
commit4f3066577684a4daa70da52366276a18c6824bf1 (patch)
tree8a78f877cfebeeb8173073c0af1e4fee93c7744e /ChangeLog
parentcd1ab8768da87d6986f6493a72a86b315fdb70d4 (diff)
downloadlibmicrohttpd-4f3066577684a4daa70da52366276a18c6824bf1.tar.gz
libmicrohttpd-4f3066577684a4daa70da52366276a18c6824bf1.zip
improving chunked connection handling
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