We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408d046 commit e282d17Copy full SHA for e282d17
1 file changed
modules/aaa/mod_auth_digest.c
@@ -29,7 +29,7 @@
29
* Open Issues:
30
* - qop=auth-int (when streams and trailer support available)
31
* - nonce-format configurability
32
- * - Proxy-Authorization-Info header is set by this module, but is
+ * - Proxy-Authentication-Info header is set by this module, but is
33
* currently ignored by mod_proxy (needs patch to mod_proxy)
34
* - The source of the secret should be run-time directive (with server
35
* scope: RSRC_CONF)
@@ -1635,10 +1635,7 @@ static int authenticate_digest_user(request_rec *r)
1635
return OK;
1636
}
1637
1638
-/*
1639
- * Authorization-Info header code
1640
- */
1641
-
+/* Authentication-Info header code. */
1642
static int add_auth_info(request_rec *r)
1643
{
1644
const digest_config_rec *conf =
0 commit comments