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 cf22f41b..7410949c 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -4243,7 +4243,7 @@ MHD_queue_response (struct MHD_Connection *connection,
4243#ifdef HAVE_MESSAGES 4243#ifdef HAVE_MESSAGES
4244 MHD_DLOG (daemon, 4244 MHD_DLOG (daemon,
4245 _ ("Refused wrong status code (%u). " \ 4245 _ ("Refused wrong status code (%u). " \
4246 "HTTP required three digits status code!\n"), 4246 "HTTP requires three digits status code!\n"),
4247 (status_code & (~MHD_ICY_FLAG))); 4247 (status_code & (~MHD_ICY_FLAG)));
4248#endif 4248#endif
4249 return MHD_NO; 4249 return MHD_NO;