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