aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-16 19:56:26 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-16 19:56:26 +0000
commitdcc7066746037f61e9645b70d6526a44efdba093 (patch)
treec3ab2d3e0ccf14322a3a27c2a50a2cb80f9659f1 /ChangeLog
parent535985fe1c4cd920c2d042fa810753a6b0b9ceb8 (diff)
downloadlibmicrohttpd-dcc7066746037f61e9645b70d6526a44efdba093.tar.gz
libmicrohttpd-dcc7066746037f61e9645b70d6526a44efdba093.zip
print warning if application code performing connection POST processing is buggy
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc190619..cf3e2013 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1Sat Jul 16 21:54:49 CEST 2016
2 Warn user if they sent connection into blocking
3 state by not processing all POST data, not suspending,
4 and not running in external select mode. -CG
5
1Fri Jul 8 21:35:07 CEST 2016 6Fri Jul 8 21:35:07 CEST 2016
2 Fix FIXME in tutorial. -CG 7 Fix FIXME in tutorial. -CG
3 8