libmicrohttpd

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

commit 93fad63d2bad33c56bb22534966532fa6912578a
parent 222acd1c5aacc5f4d3b3ab4955d3fd861b44c5a0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 21 Mar 2017 13:03:52 +0100

make error message more friendly

Diffstat:
Msrc/microhttpd/connection.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c @@ -92,7 +92,7 @@ * minimal. */ #ifdef HAVE_MESSAGES -#define INTERNAL_ERROR "<html><head><title>Internal server error</title></head><body>Some programmer needs to study the manual more carefully.</body></html>" +#define INTERNAL_ERROR "<html><head><title>Internal server error</title></head><body>Please ask the developer of this Web server to carefully read the GNU libmicrohttpd documentation about connection management and blocking.</body></html>" #else #define INTERNAL_ERROR "" #endif