in src/mod_rivet_ng/rivet_prefork_mpm.c [44:56]
apr_status_t PreforkBridge_Finalize (void* data)
{
rivet_thread_private* private;
server_rec* s = (server_rec*) data;
RIVET_PRIVATE_DATA_NOT_NULL(rivet_thread_key,private)
ap_log_error(APLOG_MARK, APLOG_DEBUG, APR_SUCCESS, s, "Running prefork bridge finalize method");
// No, we don't do any clean up anymore as we are just shutting this process down
// Rivet_ProcessorCleanup(private);
return OK;
}