libmicrohttpd

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

commit fe670ad8b5b3732d66037779e7bbfd97de104059
parent a6bfcb91f70d0d2c61e61622f106c29a0996f9f8
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 13 Jul 2011 09:25:38 +0000

counters

Diffstat:
Msrc/daemon/reason_phrase.c | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/daemon/reason_phrase.c b/src/daemon/reason_phrase.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - (C) 2007 Lymba + (C) 2007, 2011 Christian Grothoff This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -29,7 +29,7 @@ #ifndef NULL #define NULL (void*)0 -#endif // !NULL +#endif static const char *invalid_hundred[] = { NULL }; @@ -82,7 +82,7 @@ static const char *four_hundred[] = { "Expectation Failed", "Unknown", "Unknown", - "Unknown", + "Unknown", /* 420 */ "Unknown", "Unprocessable Entity", "Locked", @@ -92,27 +92,27 @@ static const char *four_hundred[] = { "Unknown", "Unknown", "Unknown", + "Unknown", /* 430 */ "Unknown", "Unknown", "Unknown", "Unknown", + "Unknown", /* 435 */ "Unknown", "Unknown", "Unknown", "Unknown", - "Unknown", - "Unknown", - "Unknown", + "Unknown", /* 440 */ "Unknown", "Unknown", "Unknown", "No Response", - "Unknown", + "Unknown", /* 445 */ "Unknown", "Unknown", "Unknown", "Retry With", - "Blocked by Windows Parental Controls" + "Blocked by Windows Parental Controls" /* 450 */ }; static const char *five_hundred[] = {