https://issues.apache.org/bugzilla/show_bug.cgi?id=54357
--- Comment #1 from Stefan Fritsch <[email protected]> --- (In reply to comment #0) > Modules and libs are build as DSOs, but it seems only the modules get > reloaded but not the SSL libs. A workaround may be to add a function to apr-util that allows to unload all crypto drivers and call that function on restart. Or make apr-util unload the driver when the pool passed to apr_crypto_get_driver() is destroyed (doing refcounting to ensure that no user of the driver remains). This also requires changes in apu_dso.c, though. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
