gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 05/20: digestauth: corrected log message for RFC2069 mod


From: gnunet
Subject: [libmicrohttpd] 05/20: digestauth: corrected log message for RFC2069 mode
Date: Mon, 15 Aug 2022 20:38:31 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 0b9d022e8e20bdee6a8abba011763a823d7a4e97
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Aug 14 16:03:28 2022 +0300

    digestauth: corrected log message for RFC2069 mode
---
 src/microhttpd/digestauth.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index 3dd29d20..f01dfc0a 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -2301,9 +2301,9 @@ digest_auth_check_all_inner (struct MHD_Connection 
*connection,
                      "probably increase the size of the nonce array.\n"));
       else
         MHD_DLOG (daemon,
-                  _ ("Stale nonce received. If this happens a lot, you should "
-                     "probably increase the size of the nonce array or not"
-                     "use RFC2069-compatible mode .\n"));
+                  _ ("Stale nonce received. This is expected when client " \
+                     "uses RFC2069-compatible mode and makes more than one " \
+                     "request.\n"));
 #endif
       return MHD_DAUTH_NONCE_STALE;
     }

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