aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-13 09:25:38 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-13 09:25:38 +0000
commitfe670ad8b5b3732d66037779e7bbfd97de104059 (patch)
treea30e30e559f0416b133effee7f9cc00e86a0daca
parenta6bfcb91f70d0d2c61e61622f106c29a0996f9f8 (diff)
downloadlibmicrohttpd-fe670ad8b5b3732d66037779e7bbfd97de104059.tar.gz
libmicrohttpd-fe670ad8b5b3732d66037779e7bbfd97de104059.zip
counters
-rw-r--r--src/daemon/reason_phrase.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/daemon/reason_phrase.c b/src/daemon/reason_phrase.c
index 8f97ed5e..443e1806 100644
--- a/src/daemon/reason_phrase.c
+++ b/src/daemon/reason_phrase.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Lymba 3 (C) 2007, 2011 Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
@@ -29,7 +29,7 @@
29 29
30#ifndef NULL 30#ifndef NULL
31#define NULL (void*)0 31#define NULL (void*)0
32#endif // !NULL 32#endif
33 33
34static const char *invalid_hundred[] = { NULL }; 34static const char *invalid_hundred[] = { NULL };
35 35
@@ -82,7 +82,7 @@ static const char *four_hundred[] = {
82 "Expectation Failed", 82 "Expectation Failed",
83 "Unknown", 83 "Unknown",
84 "Unknown", 84 "Unknown",
85 "Unknown", 85 "Unknown", /* 420 */
86 "Unknown", 86 "Unknown",
87 "Unprocessable Entity", 87 "Unprocessable Entity",
88 "Locked", 88 "Locked",
@@ -92,27 +92,27 @@ static const char *four_hundred[] = {
92 "Unknown", 92 "Unknown",
93 "Unknown", 93 "Unknown",
94 "Unknown", 94 "Unknown",
95 "Unknown", /* 430 */
95 "Unknown", 96 "Unknown",
96 "Unknown", 97 "Unknown",
97 "Unknown", 98 "Unknown",
98 "Unknown", 99 "Unknown",
100 "Unknown", /* 435 */
99 "Unknown", 101 "Unknown",
100 "Unknown", 102 "Unknown",
101 "Unknown", 103 "Unknown",
102 "Unknown", 104 "Unknown",
103 "Unknown", 105 "Unknown", /* 440 */
104 "Unknown",
105 "Unknown",
106 "Unknown", 106 "Unknown",
107 "Unknown", 107 "Unknown",
108 "Unknown", 108 "Unknown",
109 "No Response", 109 "No Response",
110 "Unknown", 110 "Unknown", /* 445 */
111 "Unknown", 111 "Unknown",
112 "Unknown", 112 "Unknown",
113 "Unknown", 113 "Unknown",
114 "Retry With", 114 "Retry With",
115 "Blocked by Windows Parental Controls" 115 "Blocked by Windows Parental Controls" /* 450 */
116}; 116};
117 117
118static const char *five_hundred[] = { 118static const char *five_hundred[] = {