libmicrohttpd

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

commit a7cdb394f24d2428598ba8950fd2cc2ccc24f246
parent cec8013b704fd5f9631f8e67bc3f807603bde9b3
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 15 Sep 2021 15:15:44 +0300

Missing part of cec8013b704fd5f9631f8e67bc3f807603bde9b3

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

diff --git a/src/microhttpd/test_postprocessor.c b/src/microhttpd/test_postprocessor.c @@ -664,7 +664,6 @@ main (int argc, char *const *argv) errorCount += test_urlencoding (); errorCount += test_multipart (); errorCount += test_nested_multipart (); - errorCount += test_empty_value (); errorCount += test_empty_key (); errorCount += test_overflow (); if (errorCount != 0)