Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ proxy_pre_translate_name
Function
proxy_pre_translate_name
modules/proxy/mod_proxy.c:1049–1052 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1047
}
1048
1049
static int proxy_pre_translate_name(request_rec *r)
1050
{
1051
return proxy_trans(r, 1);
1052
}
1053
1054
static int proxy_translate_name(request_rec *r)
1055
{
Callers
nothing calls this directly
Calls
1
proxy_trans
Function · 0.85
Tested by
no test coverage detected