libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 0692908cdbb5cf80de854c217702f6ea6d28595a
parent 9b8da38c0678ef07d6c69862c18948304684c2fe
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 17 Nov 2007 07:48:00 +0000

fixing SVN 1288

Diffstat:
Msrc/daemon/reason_phrase.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/daemon/reason_phrase.c b/src/daemon/reason_phrase.c @@ -91,6 +91,7 @@ struct MHD_Reason_Block { #define BLOCK(m) { (sizeof(m) / sizeof(char*)), m } static const struct MHD_Reason_Block reasons[] = { + BLOCK(invalid_hundred), BLOCK(one_hundred), BLOCK(two_hundred), BLOCK(three_hundred),