aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-04 11:52:05 +0000
committerChristian Grothoff <christian@grothoff.org>2015-08-04 11:52:05 +0000
commitd5048c22857105d23364a1c783975a040d608143 (patch)
treec605f6a047716f35bc3b22f0c7e9ac67af1c03f3 /ChangeLog
parent58b30e7e5e90ff87ef932ea4e47efe16e2609188 (diff)
downloadlibmicrohttpd-d5048c22857105d23364a1c783975a040d608143.tar.gz
libmicrohttpd-d5048c22857105d23364a1c783975a040d608143.zip
fix #3924
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ad3ad12..84c37517 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1Tue Aug 4 13:50:23 CEST 2015
2 Fix failure to properly clean up timed out connections
3 if running in external select mode without listen socket,
4 which caused busy waiting until new connections arrived.
5 (Fixes #3924, thanks to slimp for reporting and testcase). -CG
6
1Sun Aug 2 19:08:20 CEST 2015 7Sun Aug 2 19:08:20 CEST 2015
2 Ignore close() errors on sockets except for EBADF, 8 Ignore close() errors on sockets except for EBADF,
3 fixes #3926. -CG 9 fixes #3926. -CG