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