aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-29 23:23:05 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-29 23:23:05 +0100
commit8869259c7f19179208af31bf3e182ced81d748e3 (patch)
tree2ab57049e70b7225c362017a7815341da7bf3c81 /src/include
parent84216009dd366426cea6994b871de3aefed75402 (diff)
downloadlibmicrohttpd-8869259c7f19179208af31bf3e182ced81d748e3.tar.gz
libmicrohttpd-8869259c7f19179208af31bf3e182ced81d748e3.zip
if suspended on POST before 100 CONTINUE, give application a second chance to queue non-100 CONTINUE response
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 61d6ec23..bf821e64 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 0x00096800 135#define MHD_VERSION 0x00096801
136 136
137/** 137/**
138 * MHD-internal return code for "YES". 138 * MHD-internal return code for "YES".