All, I've created a PR to address issue #2380 (Missing ssl session close hook) and #2388 (Ability to add contextual data on (Net)VConnections). Would appreciate a review. The PR includes includes API documentation as well for #2388 and hence would appreciate a review for the documentation as well. Thanks.
D. https://github.com/apache/trafficserver/pull/2783 On Wed, Sep 27, 2017 at 4:42 AM, Alan Carroll < solidwallofc...@oath.com.invalid> wrote: > Unfortunately I don't know of a reliable way to do clean up, which is one > reason I would think of a plugin maintained table which at least has the > possibility of cleanup. This does point out a problem with the mentioned > issue - if that is done there must be some reliable way to clean it up. > > I'm not an SSL expert but something dangerous you could try is to see if > there is an openSSL hook you can grab to do the cleanup. The dangerous part > is it is likely the ATS core already has a callback in place so you'd need > to retrieve that and call it from your hook. >