Browse Source

microhttpd.d: fixed Doxy for MHD_get_reason_phrase_for()

Evgeny Grin (Karlson2k) 6 years ago
parent
commit
fb550a4939
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/include/microhttpd.h

+ 2 - 2
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);