You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2014/03/14 21:26:44 UTC

[jira] [Created] (TS-2639) HttpClientSession objects are always released to the global allocator

James Peach created TS-2639:
-------------------------------

             Summary: HttpClientSession objects are always released to the global allocator
                 Key: TS-2639
                 URL: https://issues.apache.org/jira/browse/TS-2639
             Project: Traffic Server
          Issue Type: Bug
          Components: Core
            Reporter: James Peach


By code inspection, {{HttpClientSession}} session objects are getting allocated from the per-thread proxy allocator but always get released to the global allocator. We should release them back to the proxy allocator.



--
This message was sent by Atlassian JIRA
(v6.2#6252)