aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-30 11:54:56 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-30 11:54:56 +0000
commit6578d480c57c6fef92b5a980d41eabb22192f2cf (patch)
treea4fae34fa82525abfd65ecaa9d17e4024c3351a2 /ChangeLog
parent02171fdaeb0c1e02f778cd1e595319fd63941b8e (diff)
downloadlibmicrohttpd-6578d480c57c6fef92b5a980d41eabb22192f2cf.tar.gz
libmicrohttpd-6578d480c57c6fef92b5a980d41eabb22192f2cf.zip
towards fixing #3008
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08d5cbcf..3b6aaa0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
1Fri Aug 30 13:53:04 CEST 2013
2 Started to implement #3008 (RFC 2616, section 8.1.4
3 says HTTP server SHOULD terminate connection if the
4 client closes it for writing via TCP FIN, so we should
5 to continue to try to read and react differently
6 if recv() returns zero). -CG
7
1Wed Aug 28 18:40:47 CEST 2013 8Wed Aug 28 18:40:47 CEST 2013
2 Fix #3007 (build issue if messages are disabled). -CG 9 Fix #3007 (build issue if messages are disabled). -CG
3 10