diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,11 @@ | |||
1 | Wed Sep 18 18:29:24 CEST 2013 | 1 | Wed 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 | ||
6 | Wed Sep 18 14:31:35 CEST 2013 | 10 | Wed 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 |