GitHub user shinrich opened a pull request:

    https://github.com/apache/trafficserver/pull/1055

    TS-4900: Http2ClientSession object leaks.

    There were returns in the middle of handlers.  When taken the object 
recursion count would not go to zero and the object would not be lost.
    
    This needs to go with the fix for TS-4813.  Otherwise, the system will 
crash before you see the leak.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shinrich/trafficserver ts-4900-pr

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/1055.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 #1055
    
----
commit 2c3c47dfe386a358f30ba8bf267ed86df2bbe7ba
Author: Susan Hinrichs <shinr...@ieee.org>
Date:   2016-09-28T01:26:41Z

    TS-4900: Http2ClientSession object leaks.

----


---
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.
---

Reply via email to