aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c2
1 files changed, 1 insertions, 1 deletions
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 @@
92 * minimal. 92 * minimal.
93 */ 93 */
94#ifdef HAVE_MESSAGES 94#ifdef HAVE_MESSAGES
95#define INTERNAL_ERROR "<html><head><title>Internal server error</title></head><body>Some programmer needs to study the manual more carefully.</body></html>" 95#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>"
96#else 96#else
97#define INTERNAL_ERROR "" 97#define INTERNAL_ERROR ""
98#endif 98#endif