libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

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

test_client_put_stop: use content longer than 15 bytes

This is required to have two hex digits chunk size.

Diffstat:
Msrc/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 @@ -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"