aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-25 14:33:28 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-25 14:33:28 +0000
commit2a6eada873b10f20c9a7366d19bad98b9bd945df (patch)
treec0d0ff9a8eac695390bc249d4042a0f662530799 /ChangeLog
parent7131394fa881b732cd141fda9875953f5b5c1831 (diff)
downloadlibmicrohttpd-2a6eada873b10f20c9a7366d19bad98b9bd945df.tar.gz
libmicrohttpd-2a6eada873b10f20c9a7366d19bad98b9bd945df.zip
-fix assertion failure from race on shutdown and buffer shrinkage with pipelining
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6f17285..ce95201a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
1Sun Oct 25 15:29:23 CET 2015
2 Fixing transient resource leak affecting long-lived
3 connections with many keep-alives and HTTP request
4 pipelining under certain circumstances (which reduced
5 the receive window).
6 Fixed assertion failure triggered by a race in
7 thread-per-connection mode on shutdown in rare
8 circumstances. -CG
9
1Mon Oct 5 11:53:52 CEST 2015 10Mon Oct 5 11:53:52 CEST 2015
2 Deduplicate code between digestauth and connection 11 Deduplicate code between digestauth and connection
3 parsing logic for URI arguments, shared code moved 12 parsing logic for URI arguments, shared code moved