aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-02-27 23:28:01 +0100
committerChristian Grothoff <christian@grothoff.org>2018-02-27 23:28:01 +0100
commitfc495439b4e78c021bf25dce3609f47061e8c658 (patch)
tree1659efae34d23d65f6b0d0e628aaf531608dc0ad /src/include/microhttpd.h
parent46bbae5663de2e71f613728df2e0849bfcfb573e (diff)
downloadlibmicrohttpd-fc495439b4e78c021bf25dce3609f47061e8c658.tar.gz
libmicrohttpd-fc495439b4e78c021bf25dce3609f47061e8c658.zip
call completion handler also for upgrade 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 3af9cf22..77bb000c 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -126,7 +126,7 @@ typedef intptr_t ssize_t;
126 * Current version of the library. 126 * Current version of the library.
127 * 0x01093001 = 1.9.30-1. 127 * 0x01093001 = 1.9.30-1.
128 */ 128 */
129#define MHD_VERSION 0x00095901 129#define MHD_VERSION 0x00095902
130 130
131/** 131/**
132 * MHD-internal return code for "YES". 132 * MHD-internal return code for "YES".