gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 03/03: test_client_put_stop: use content longer than 15


From: gnunet
Subject: [libmicrohttpd] 03/03: test_client_put_stop: use content longer than 15 bytes
Date: Tue, 23 Nov 2021 13:12:04 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 52b7989822e20d4a33151b46acd765d532b06338
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Nov 23 15:09:07 2021 +0300

    test_client_put_stop: use content longer than 15 bytes
    
    This is required to have two hex digits chunk size.
---
 src/microhttpd/test_client_put_stop.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/test_client_put_stop.c 
b/src/microhttpd/test_client_put_stop.c
index 882267c8..7d1c66c0 100644
--- a/src/microhttpd/test_client_put_stop.c
+++ b/src/microhttpd/test_client_put_stop.c
@@ -92,7 +92,7 @@
 
 #define REQ_METHOD "PUT"
 
-#define REQ_BODY "Some data."
+#define REQ_BODY "Some content data."
 
 #define REQ_LINE_END "\r\n"
 

-- 
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]