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 0b47f095..78a31f29 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h | |||
@@ -5092,8 +5092,8 @@ MHD_digest_auth_check_digest3 (struct MHD_Connection *connection, | |||
5092 | * same authorisation could be used, URIs can be in form | 5092 | * same authorisation could be used, URIs can be in form |
5093 | * "path-absolute" (the path for the same host with initial slash) | 5093 | * "path-absolute" (the path for the same host with initial slash) |
5094 | * or in form "absolute-URI" (the full path with protocol), in | 5094 | * or in form "absolute-URI" (the full path with protocol), in |
5095 | * any case client may assume that any URI which starts with | 5095 | * any case client may assume that URI is in the same "protection |
5096 | * any of specified URI is in the same "protection space"; | 5096 | * space" if it starts with any of values specified here; |
5097 | * could be NULL (clients typically assume that the same | 5097 | * could be NULL (clients typically assume that the same |
5098 | * credentials could be used for any URI on the same host) | 5098 | * credentials could be used for any URI on the same host) |
5099 | * @param response the reply to send; should contain the "access denied" | 5099 | * @param response the reply to send; should contain the "access denied" |