libmicrohttpd
[Top][All Lists]
Advanced

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

[libmicrohttpd] [PATCH] a reason phrase is missing in REV 7591


From: Sebastian Gerhardt
Subject: [libmicrohttpd] [PATCH] a reason phrase is missing in REV 7591
Date: Sun, 24 Aug 2008 20:24:04 +0200

Sniffing the response, I've just found out that the reason phrases
in the 5xx status code group were off by one.

Index: reason_phrase.c
===================================================================
--- reason_phrase.c     (revision 7591)
+++ reason_phrase.c     (working copy)
@@ -76,6 +76,7 @@

 static const char *five_hundred[] = {
   "Internal Server Error",
+  "Not Implemented",
   "Bad Gateway",
   "Service Unavailable",
   "Gateway Time-out",


Regards,
Sebastian



reply via email to

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