gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 08/08: microhttpd.d: fixed Doxy for MHD_get


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 08/08: microhttpd.d: fixed Doxy for MHD_get_reason_phrase_for()
Date: Sun, 09 Jun 2019 11:15:50 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit fb550a49390c4dc0ae995d101a72f17162c37792
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun Jun 9 11:12:50 2019 +0300

    microhttpd.d: fixed Doxy for MHD_get_reason_phrase_for()
---
 src/include/microhttpd.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 89628d8b..577ebc59 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -487,8 +487,8 @@ _MHD_DEPR_MACRO("Macro MHD_LONG_LONG_PRINTF is deprecated, 
use MHD_UNSIGNED_LONG
 /**
  * Returns the string reason phrase for a response code.
  *
- * If we don't have a string for a status code, we give the first
- * message in that status code class.
+ * If message string is not available for a status code,
+ * "Unknown" string will be returned.
  */
 _MHD_EXTERN const char *
 MHD_get_reason_phrase_for (unsigned int code);

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]