libmicrohttpd

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

commit fb550a49390c4dc0ae995d101a72f17162c37792
parent 6c1d4ad70173f8cd14887daa9f19cd85abad9c5b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun,  9 Jun 2019 11:12:50 +0300

microhttpd.d: fixed Doxy for MHD_get_reason_phrase_for()

Diffstat:
Msrc/include/microhttpd.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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);