aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 296f0d20..eb446b10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
1Wed Sep 18 18:29:24 CEST 2013 1Wed Sep 18 18:29:24 CEST 2013
2 Signal connection termination as OK (and not as ERROR) if the 2 Signal connection termination as OK (and not as ERROR) if the
3 stream was terminated by the callback returning 3 stream was terminated by the callback returning
4 MHD_CONTENT_READER_END_OF_STREAM. -CG 4 MHD_CONTENT_READER_END_OF_STREAM. Also, release response
5 mutex before calling the termination callback, to avoid
6 possible deadlock if the client destroys the response in
7 the termination callback (due to non-recursiveness of the
8 lock). -CG
5 9
6Wed Sep 18 14:31:35 CEST 2013 10Wed Sep 18 14:31:35 CEST 2013
7 Adding #define MHD_HTTP_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN. -CG 11 Adding #define MHD_HTTP_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN. -CG