On Sat, Nov 21, 2009 at 5:24 PM, Jeff Trawick <[email protected]> wrote: > a) update mod_ssl as well, at the same time getting rid of the > requirement to explicitly configure an ssl cache mutex if you're going > to use a cache; likely I will leave it creating the cache mutex > whether needed or not, and let this aspect be optimized later (the > "extra" mutex won't generally be extra once mod_ssl is fixed to enable > a cache by default)
This wasn't correct, as mod_ssl only creates the ssl cache mutex if required. (It is true that it requires you to explicitly configure an ssl cache mutex when needed; I've removed that requirement in my patch.)
