libmicrohttpd

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

commit 0179be6cdca7fd5fe5e041eb74354fcbcf9ce336
parent 3318729c167129bb765253f9c65d0be639918bb2
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Mon, 25 Apr 2022 16:03:10 +0300

test_postprocessor: fixed typo

Diffstat:
Msrc/microhttpd/test_postprocessor.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/test_postprocessor.c b/src/microhttpd/test_postprocessor.c @@ -548,7 +548,7 @@ static int test_nested_multipart (void) { struct MHD_Connection connection; - struct MHD_HTTP_Res_Header header; + struct MHD_HTTP_Req_Header header; struct MHD_PostProcessor *pp; unsigned int want_off = FORM_NESTED_START; size_t i;