From 06251c9017bc41e7bcf23fa86ebc835cda685a79 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Wed, 24 Nov 2021 16:49:03 +0300 Subject: [PATCH] Fixed builds without messages --- 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 74660bc5..93b484e9 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c @@ -133,7 +133,7 @@ "Request malformed" \ "Your HTTP request has wrong value for Content-Length header." #else -#define REQUEST_CHUNKED_MALFORMED "" +#define REQUEST_CONTENTLENGTH_MALFORMED "" #endif /**