aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-02-24 21:37:53 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-02-24 21:41:12 +0300
commit4b12c7f80c45381357dedb38a352b305c92562be (patch)
tree0224059ab266b07ff9ff1b3584d56b5dbf1dc026 /src/include/microhttpd.h
parent3ef98c28c6572416484954850f59ba9b13f24f31 (diff)
downloadlibmicrohttpd-4b12c7f80c45381357dedb38a352b305c92562be.tar.gz
libmicrohttpd-4b12c7f80c45381357dedb38a352b305c92562be.zip
reason_phrase.c: updated response phrases to latest.
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 201be288..18250294 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -298,6 +298,8 @@ _MHD_DEPR_MACRO("Macro MHD_LONG_LONG_PRINTF is deprecated, use MHD_UNSIGNED_LONG
298 * These are the status codes defined for HTTP responses. 298 * These are the status codes defined for HTTP responses.
299 * @{ 299 * @{
300 */ 300 */
301/* See http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml */
302
301#define MHD_HTTP_CONTINUE 100 303#define MHD_HTTP_CONTINUE 100
302#define MHD_HTTP_SWITCHING_PROTOCOLS 101 304#define MHD_HTTP_SWITCHING_PROTOCOLS 101
303#define MHD_HTTP_PROCESSING 102 305#define MHD_HTTP_PROCESSING 102