aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-25 14:33:28 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-25 14:33:28 +0000
commit2a6eada873b10f20c9a7366d19bad98b9bd945df (patch)
treec0d0ff9a8eac695390bc249d4042a0f662530799 /src/microhttpd/connection.h
parent7131394fa881b732cd141fda9875953f5b5c1831 (diff)
downloadlibmicrohttpd-2a6eada873b10f20c9a7366d19bad98b9bd945df.tar.gz
libmicrohttpd-2a6eada873b10f20c9a7366d19bad98b9bd945df.zip
-fix assertion failure from race on shutdown and buffer shrinkage with pipelining
Diffstat (limited to 'src/microhttpd/connection.h')
-rw-r--r--src/microhttpd/connection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/connection.h b/src/microhttpd/connection.h
index 07feec26..c2733fdf 100644
--- a/src/microhttpd/connection.h
+++ b/src/microhttpd/connection.h
@@ -89,8 +89,8 @@ MHD_connection_handle_idle (struct MHD_Connection *connection);
89 * @param termination_code termination reason to give 89 * @param termination_code termination reason to give
90 */ 90 */
91void 91void
92MHD_connection_close (struct MHD_Connection *connection, 92MHD_connection_close_ (struct MHD_Connection *connection,
93 enum MHD_RequestTerminationCode termination_code); 93 enum MHD_RequestTerminationCode termination_code);
94 94
95 95
96#if EPOLL_SUPPORT 96#if EPOLL_SUPPORT