gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 03/06: make error message more friendly


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 03/06: make error message more friendly
Date: Tue, 21 Mar 2017 21:49:59 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libmicrohttpd.

commit 93fad63d2bad33c56bb22534966532fa6912578a
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Mar 21 13:03:52 2017 +0100

    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 "<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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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