Github user asfgit closed the pull request at:
https://github.com/apache/trafficserver/pull/577
---
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
Github user bgaff commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/577#discussion_r60173886
--- Diff: proxy/hdrs/HTTP.h ---
@@ -796,12 +796,13 @@ HTTPHdr::create(HTTPType polarity, HdrHeap *heap)
}
inline void
-HTTPHdr::clear(
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`