@@ -1,3 +1,6 @@
+Fri Feb 16 03:09:33 CET 2018
+ Fixing #5278 as suggested by reporter. -CG/texec
+
Thu Feb 1 10:12:22 CET 2018
Releasing GNU libicrohttpd 0.9.59. -CG
@@ -2022,6 +2022,7 @@ doc/examples/Makefile
m4/Makefile
src/Makefile
src/include/Makefile
+src/lib/Makefile
src/microhttpd/Makefile
src/examples/Makefile
src/testcurl/Makefile
@@ -126,7 +126,7 @@ typedef intptr_t ssize_t;
* Current version of the library.
* 0x01093001 = 1.9.30-1.
*/
-#define MHD_VERSION 0x00095900
+#define MHD_VERSION 0x00095901
/**
* MHD-internal return code for "YES".
@@ -288,7 +288,7 @@ thread_main_handle_connection (void *data)
num_ready = MHD_SYS_select_ (maxsock + 1,
&rs,
&ws,
- NULL,
+ &es,
tvp);
if (num_ready < 0)
{
@@ -1938,7 +1938,7 @@ thread_main_handle_connection (void *data)