MCPcopy Create free account
hub / github.com/acl-dev/acl / http_proxy_start

Function http_proxy_start

app/jaws/module/mod_http/http_proxy.c:1290–1295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1288}
1289
1290int http_proxy_start(HTTP_CLIENT *http_client)
1291{
1292acl_msg_info("%s(%d)", __FUNCTION__, __LINE__); /* only for test */
1293 http_proxy_req_get(http_client);
1294 return (0);
1295}

Callers 1

http_service_startFunction · 0.85

Calls 2

acl_msg_infoFunction · 0.85
http_proxy_req_getFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…