// when this pool is cleaned up, it means the child
// process is going away. register some cleanup code
- apr_pool_cleanup_register(p, NULL, child_exit, NULL);
+ // XXX causes us to disconnect even for clone()'d process cleanup (as in mod_cgi)
+ //apr_pool_cleanup_register(p, NULL, child_exit, apr_pool_cleanup_null);
}
static int osrf_json_gateway_method_handler (request_rec *r) {