make error message more friendly

This commit is contained in:
Christian Grothoff
2017-03-21 14:15:52 +01:00
parent 222acd1c5a
commit 93fad63d2b
+1 -1
View File
@@ -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