aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-04 19:37:19 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-04 19:37:19 +0000
commit7f0a04de96ac133f16458830dcab6ad0a1223db3 (patch)
treed525d0da0c91aabb5be3e423f0ef078b5827697c /src/include/microhttpd.h
parent5454d9f3b520e597dc783d974596c9591cf4631d (diff)
downloadlibmicrohttpd-7f0a04de96ac133f16458830dcab6ad0a1223db3.tar.gz
libmicrohttpd-7f0a04de96ac133f16458830dcab6ad0a1223db3.zip
fix issue with chunked encoding used for http1.0 connections of Keep-Alive header was set
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 e1b41d66..65664daa 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 0x00093901 133#define MHD_VERSION 0x00093902
134 134
135/** 135/**
136 * MHD-internal return code for "YES". 136 * MHD-internal return code for "YES".