[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] [PATCH] a reason phrase is missing in REV 7591
From: |
Christian Grothoff |
Subject: |
Re: [libmicrohttpd] [PATCH] a reason phrase is missing in REV 7591 |
Date: |
Sun, 24 Aug 2008 12:48:03 -0600 |
User-agent: |
KMail/1.9.9 |
Fixed. There ware also some new status codes that were defined in
microhttpd.h but not in reason_phrase.c. I've added those as well.
Christian
On Sunday 24 August 2008 12:24:04 pm Sebastian Gerhardt wrote:
> 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
>
> _______________________________________________
> libmicrohttpd mailing list
> address@hidden
> http://crisp.cs.du.edu/cgi-bin/mailman/listinfo/libmicrohttpd