commit 06251c9017bc41e7bcf23fa86ebc835cda685a79
parent e9e6a5f9d6ed3b328a78c749270733e6fd6c7ba6
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Wed, 24 Nov 2021 16:49:03 +0300
Fixed builds without messages
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
@@ -133,7 +133,7 @@
"<html><head><title>Request malformed</title></head>" \
"<body>Your HTTP request has wrong value for <b>Content-Length</b> header.</body></html>"
#else
-#define REQUEST_CHUNKED_MALFORMED ""
+#define REQUEST_CONTENTLENGTH_MALFORMED ""
#endif
/**