https://issues.apache.org/bugzilla/show_bug.cgi?id=54357
Kaspar Brand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32053|0 |1 is obsolete| | --- Comment #36 from Kaspar Brand <[email protected]> --- Created attachment 32073 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32073&action=edit Patch v8 (based on work by Alex Bligh) - store stapling certinfo in a pconf-allocated hash Here is another attempt, which tries to improve memory management wrt v7. Specifically, the certinfo stuff is now put into a static hash which is allocated out of the pconf pool (i.e., cleared at restarts), and a cleanup function is registered to take care of the OCSP_CERTID allocations (which actually leak with the current code in trunk and 2.4.x). Would appreciate feedback/reviews from other devs (in particular about the memory management things). -- 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]
