From 93fad63d2bad33c56bb22534966532fa6912578a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 21 Mar 2017 13:03:52 +0100 Subject: [PATCH] make error message more friendly --- src/microhttpd/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index 36c05716..5271991f 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c @@ -92,7 +92,7 @@ * minimal. */ #ifdef HAVE_MESSAGES -#define INTERNAL_ERROR "Internal server errorSome programmer needs to study the manual more carefully." +#define INTERNAL_ERROR "Internal server errorPlease ask the developer of this Web server to carefully read the GNU libmicrohttpd documentation about connection management and blocking." #else #define INTERNAL_ERROR "" #endif