Leif Hedstrom created TS-4280:
---------------------------------
Summary: Refactor gzip plugin to eliminate memory leak and reduce
global hooks
Key: TS-4280
URL: https://issues.apache.org/jira/browse/TS-4280
Project: Traffic Server
Issue Type: Bug
Components: Plugins
Reporter: Leif Hedstrom
I'd like to achieve three things with this refactoring:
1) Reduce the number of global hooks (this makes TS-4147 nicer)
2) Eliminate all use of TXN data slots (it now uses 3, which is very excessive,
and we can get away with using none, thanks to 1) ).
3) Fix the memory leaks on configuration reloads, by ref-counting the
HostConfiguration's properly through the TXN's lifetime.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)