gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 16/20: test_digestauth2: minor improvements


From: gnunet
Subject: [libmicrohttpd] 16/20: test_digestauth2: minor improvements
Date: Mon, 15 Aug 2022 20:38:42 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit e16789ef4fb8d55de9e00c4fbebd88461acae8d5
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Aug 15 19:18:57 2022 +0300

    test_digestauth2: minor improvements
---
 src/testcurl/test_digestauth2.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/testcurl/test_digestauth2.c b/src/testcurl/test_digestauth2.c
index ff82eeb8..800d57b2 100644
--- a/src/testcurl/test_digestauth2.c
+++ b/src/testcurl/test_digestauth2.c
@@ -799,6 +799,8 @@ ahc_echo (void *cls,
                  check_res);
         mhdErrorExitDesc ("Impossible returned code");
       }
+      fflush (stderr);
+      fflush (stdout);
 
       if (MHD_DAUTH_OK == check_res)
       {
@@ -832,7 +834,7 @@ ahc_echo (void *cls,
           mhdErrorExitDesc ("'MHD_queue_auth_required_response3()' failed");
       }
       else
-        mhdErrorExitDesc ("Wrong 'check_res' value");
+        externalErrorExitDesc ("Wrong 'check_res' value");
     }
     else
     {
@@ -960,7 +962,7 @@ ahc_echo (void *cls,
                                            MHD_DIGEST_ALG_SHA256 :
                                            MHD_DIGEST_ALG_MD5);
       if (MHD_YES != res)
-        mhdErrorExitDesc ("'MHD_queue_auth_fail_response()' failed");
+        mhdErrorExitDesc ("'MHD_queue_auth_fail_response2()' failed");
     }
   }
   else if (1 == test_oldapi)

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