gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15941 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r15941 - libmicrohttpd/src/daemon
Date: Wed, 13 Jul 2011 11:25:38 +0200

Author: grothoff
Date: 2011-07-13 11:25:38 +0200 (Wed, 13 Jul 2011)
New Revision: 15941

Modified:
   libmicrohttpd/src/daemon/reason_phrase.c
Log:
counters

Modified: libmicrohttpd/src/daemon/reason_phrase.c
===================================================================
--- libmicrohttpd/src/daemon/reason_phrase.c    2011-07-13 08:06:45 UTC (rev 
15940)
+++ libmicrohttpd/src/daemon/reason_phrase.c    2011-07-13 09:25:38 UTC (rev 
15941)
@@ -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,8 +82,8 @@
   "Expectation Failed",
   "Unknown",
   "Unknown",
+  "Unknown", /* 420 */
   "Unknown",
-  "Unknown",
   "Unprocessable Entity",
   "Locked",
   "Failed Dependency",
@@ -92,27 +92,27 @@
   "Unknown",
   "Unknown",
   "Unknown",
+  "Unknown", /* 430 */
   "Unknown",
   "Unknown",
   "Unknown",
   "Unknown",
+  "Unknown", /* 435 */
   "Unknown",
   "Unknown",
   "Unknown",
   "Unknown",
+  "Unknown", /* 440 */
   "Unknown",
   "Unknown",
   "Unknown",
-  "Unknown",
-  "Unknown",
-  "Unknown",
   "No Response",
+  "Unknown", /* 445 */
   "Unknown",
   "Unknown",
   "Unknown",
-  "Unknown",
   "Retry With",
-  "Blocked by Windows Parental Controls"
+  "Blocked by Windows Parental Controls" /* 450 */
 };
 
 static const char *five_hundred[] = {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]