libmicrohttpd

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

commit c6b2aee828babddce0b2a591240f639d9252239c
parent 5338e4cb36845ead6d61dcd47bc08948857b70c5
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Fri, 12 Aug 2022 17:39:13 +0300

microhttpd: minor doxy improvement

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 @@ -5092,8 +5092,8 @@ MHD_digest_auth_check_digest3 (struct MHD_Connection *connection, * same authorisation could be used, URIs can be in form * "path-absolute" (the path for the same host with initial slash) * or in form "absolute-URI" (the full path with protocol), in - * any case client may assume that any URI which starts with - * any of specified URI is in the same "protection space"; + * any case client may assume that URI is in the same "protection + * space" if it starts with any of values specified here; * could be NULL (clients typically assume that the same * credentials could be used for any URI on the same host) * @param response the reply to send; should contain the "access denied"