aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-29 20:03:41 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-29 20:03:41 +0200
commitbafd078984be5f846287107824eca99e6c6c42cc (patch)
tree5fb769de723645f08651a4161dfff261f28effe8 /src/include/microhttpd.h
parent9c15b24f596dfd7374d8909a254ec2df76366300 (diff)
downloadlibmicrohttpd-bafd078984be5f846287107824eca99e6c6c42cc.tar.gz
libmicrohttpd-bafd078984be5f846287107824eca99e6c6c42cc.zip
fix hang reported by Viet on 24.6.2019 on the mailinglist: do not just consider nested epoll, but also already ready connections
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 4c05ffac..f141967c 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -132,7 +132,7 @@ typedef intptr_t ssize_t;
132 * Current version of the library. 132 * Current version of the library.
133 * 0x01093001 = 1.9.30-1. 133 * 0x01093001 = 1.9.30-1.
134 */ 134 */
135#define MHD_VERSION 0x00096503 135#define MHD_VERSION 0x00096504
136 136
137/** 137/**
138 * MHD-internal return code for "YES". 138 * MHD-internal return code for "YES".