MCPcopy Create free account
hub / github.com/apache/httpd / core_create_proxy_req

Function core_create_proxy_req

server/core.c:5243–5246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5241}
5242
5243static int core_create_proxy_req(request_rec *r, request_rec *pr)
5244{
5245 return core_create_req(pr);
5246}
5247
5248static conn_rec *core_create_conn(apr_pool_t *ptrans, server_rec *server,
5249 apr_socket_t *csd, long id, void *sbh,

Callers

nothing calls this directly

Calls 1

core_create_reqFunction · 0.85

Tested by

no test coverage detected