https://issues.apache.org/bugzilla/show_bug.cgi?id=43822
--- Comment #4 from Joe Orton <[EMAIL PROTECTED]> 2008-04-25 09:14:04 PST --- The trunk mod_ssl now has: 1) session caching code factored out, and 2) generic-ish OCSP request implementation. which should simplify this patch quite a lot. Any chance the patch could be redone for trunk? I don't much like adding another mutex object type on top of APR global mutexes, it seems redundant; I'd think that extending ssl_mutex_*() to take a apr_global_mutex_t * or something similar would be sufficient, so that those functions are simple helpers around the APR global mutex. (or *possibly* extending util_mutex.c to do that might make sense). -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
