diff options
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r-- | src/include/microhttpd.h | 4 |
1 files 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); |