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