aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-10-20 12:45:21 +0200
committerChristian Grothoff <christian@grothoff.org>2018-10-20 12:45:21 +0200
commit4728124102d38067bd2e497b216b12aaee6dea53 (patch)
treedb59cab09b2954fa3d083acd1e78238db6ff311d /ChangeLog
parentb55cd46bfd8c477cd9eb5c3b6405acea320b5190 (diff)
downloadlibmicrohttpd-4728124102d38067bd2e497b216b12aaee6dea53.tar.gz
libmicrohttpd-4728124102d38067bd2e497b216b12aaee6dea53.zip
notify main thread about thread termination for instant clean up
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8d2c8f5..e623d4c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1Sat Oct 20 12:44:16 CEST 2018
2 In thread-per-connection mode, signal main thread for
3 thread termination for instant clean-up and application
4 notification about closed connections. -CG
5
1Tue Oct 16 20:43:41 CEST 2018 6Tue Oct 16 20:43:41 CEST 2018
2 Add MHD_RF_HTTP_VERSION_1_0_RESPONSE option to make MHD 7 Add MHD_RF_HTTP_VERSION_1_0_RESPONSE option to make MHD
3 act more like an HTTP/1.0 server. -GH 8 act more like an HTTP/1.0 server. -GH