aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-02 04:13:06 +0000
committerChristian Grothoff <christian@grothoff.org>2016-05-02 04:13:06 +0000
commit84ec6a79caafa209fef4ac8e1b87769863a79346 (patch)
tree525383b1cf0b7c9a227479d412fc16a773ebbb69 /src/include
parentcc803ec8c257bea820e20927b38b5a5ae1fce7c6 (diff)
downloadlibmicrohttpd-84ec6a79caafa209fef4ac8e1b87769863a79346.tar.gz
libmicrohttpd-84ec6a79caafa209fef4ac8e1b87769863a79346.zip
adding logic to do 'fast' calls to read/write on a single connection without going back to the main event loop to help FE with his performance issue
Diffstat (limited to 'src/include')
-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 561ca6f5..0f1c3d5f 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -130,7 +130,7 @@ typedef intptr_t ssize_t;
130 * Current version of the library. 130 * Current version of the library.
131 * 0x01093001 = 1.9.30-1. 131 * 0x01093001 = 1.9.30-1.
132 */ 132 */
133#define MHD_VERSION 0x00094900 133#define MHD_VERSION 0x00094901
134 134
135/** 135/**
136 * MHD-internal return code for "YES". 136 * MHD-internal return code for "YES".