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

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

    [ https://issues.apache.org/jira/browse/TS-2639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13935608#comment-13935608 ] 

ASF subversion and git services commented on TS-2639:
-----------------------------------------------------

Commit ce6b5c7f40b56256f8236bc042fdf89e37ceb2a3 in trafficserver's branch refs/heads/master from [~jpeach@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=ce6b5c7 ]

TS-2639: make HttpClientSession allocation consistent

The HttpClientSession is always allocated from the proxy allocator,
but ends up gettting released to the global class allocator. Make
sure that we use the proxy allocator all the time.


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