GitHub user SolidWallOfCode opened a pull request: https://github.com/apache/trafficserver/pull/577
TS-4046: Prevent memory leak of HTTP heap for server intercept case. In the case of an intercept plugin the `client_response` can be leaked. I changed the method used to be `destroy` to be clearer and changed it to destroy the heap, not just drop the pointers. This has been tested in production and should be isolated as there is only one place this method is invoked. You can merge this pull request into a Git repository by running: $ git pull https://github.com/SolidWallOfCode/trafficserver ts-4046 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/577.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #577 ---- commit f2b49f5c49adcd2df009b86685dcdb5c1d31bec3 Author: Alan M. Carroll <solidwallofc...@yahoo-inc.com> Date: 2016-04-18T15:14:24Z TS-4046: Prevent memory leak of HTTP heap for server intercept case. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---