Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ ap_note_basic_auth_failure
Function
ap_note_basic_auth_failure
server/protocol.c:1748–1751 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1746
}
1747
1748
AP_DECLARE(void) ap_note_basic_auth_failure(request_rec *r)
1749
{
1750
ap_note_auth_failure(r);
1751
}
1752
1753
AP_DECLARE(void) ap_note_digest_auth_failure(request_rec *r)
1754
{
Callers
1
http_protocol.h
File · 0.85
Calls
1
ap_note_auth_failure
Function · 0.85
Tested by
no test coverage detected