aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-11-10 14:27:57 +0000
committerChristian Grothoff <christian@grothoff.org>2015-11-10 14:27:57 +0000
commit70ca8aaaea43d209e30d4ce87f22184aa8cc9bb5 (patch)
tree7c74d451ccadb912d04cbcb2c8e086659ebaf66a /ChangeLog
parent98f5ad2ccb9e53326e8ba5c62aa630cefe1292a4 (diff)
downloadlibmicrohttpd-70ca8aaaea43d209e30d4ce87f22184aa8cc9bb5.tar.gz
libmicrohttpd-70ca8aaaea43d209e30d4ce87f22184aa8cc9bb5.zip
Hi folks,
I guess i found a problem with suspended connections. There is a scenarion where one can resume a connection and then stop the daemon without gives the daemon the oportunity to really resume the connection. In this case, microhttpd will abort telling one that there is suspended connection (because the connection is still in the daemon's suspended list). The following patch solves the problem (i've this problem using external mainloop). Regards, Flavio Ceolin
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aea47a80..df3fa00d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Tue Nov 10 15:25:48 CET 2015
2 Fix issue with shutdown if connection was resumed just
3 before shutdown. -FC
4
1Fri Nov 6 22:54:38 CET 2015 5Fri Nov 6 22:54:38 CET 2015
2 Fixing the buffer shrinkage issue, this time with test. -CG 6 Fixing the buffer shrinkage issue, this time with test. -CG
3 Releasing libmicrohttpd 0.9.46. -CG 7 Releasing libmicrohttpd 0.9.46. -CG