Has anyone looked at making ssl_die() clean up pools on the way out
(presumably by calling some function besides exit())?  It is rather easy to
end up with a bunch of stranded IPC objects while debugging your SSL config.

Commentary in ssl_die() suggests a great goal, but that's essentially
boiling the ocean at this point.

    /*
     * This is used for fatal errors and here
     * it is common module practice to really
     * exit from the complete program.
     * XXX: The config hooks should return errors instead of calling exit().
     */
    exit(1);

-- 
Born in Roswell... married an alien...
http://emptyhammock.com/

Reply via email to