gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 05/06: Fixed builds without messages


From: gnunet
Subject: [libmicrohttpd] 05/06: Fixed builds without messages
Date: Wed, 24 Nov 2021 19:57:14 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 06251c9017bc41e7bcf23fa86ebc835cda685a79
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Nov 24 16:49:03 2021 +0300

    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 @@
   "<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
 
 /**

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]