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

Function conn_cleanup

modules/proxy/proxy_util.c:1526–1537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1524}
1525
1526static void conn_cleanup(proxy_conn_rec *conn)
1527{
1528 socket_cleanup(conn);
1529 conn->address = NULL;
1530 conn->addr = NULL;
1531 conn->hostname = NULL;
1532 conn->port = 0;
1533 conn->uds_path = NULL;
1534 if (conn->uds_pool) {
1535 apr_pool_clear(conn->uds_pool);
1536 }
1537}
1538
1539static apr_status_t conn_pool_cleanup(void *theworker)
1540{

Callers 2

Calls 1

socket_cleanupFunction · 0.85

Tested by

no test coverage detected