gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: Fixed f032145edcb39e0445e4f78fec5


From: gnunet
Subject: [libmicrohttpd] branch master updated: Fixed f032145edcb39e0445e4f78fec51867b9f89706c
Date: Wed, 15 Sep 2021 16:38:15 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 6dd2096b Fixed f032145edcb39e0445e4f78fec51867b9f89706c
6dd2096b is described below

commit 6dd2096b4bf725faa41027b2370cdf4765504716
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Sep 15 17:37:58 2021 +0300

    Fixed f032145edcb39e0445e4f78fec51867b9f89706c
    
    Ensure that parsing fail because of the wrong format, not
    because of the callback.
---
 src/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
index cc5812c5..36e5638c 100644
--- a/src/microhttpd/test_postprocessor.c
+++ b/src/microhttpd/test_postprocessor.c
@@ -680,7 +680,7 @@ test_empty_key (void)
       MHD_STATICSTR_LEN_ (MHD_HTTP_POST_ENCODING_FORM_URLENCODED);
     header.kind = MHD_HEADER_KIND;
     pp = MHD_create_post_processor (&connection,
-                                    1024, &value_checker, NULL);
+                                    1024, &value_checker2, NULL);
     if (NULL == pp)
     {
       fprintf (stderr, "Failed to create post processor.\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]