You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Brian Geffon (JIRA)" <ji...@apache.org> on 2015/11/10 08:26:11 UTC

[jira] [Closed] (TS-4008) Cleanup SPDY ClientSessionSession / SpdyRequest Allocate and Deallocate code

     [ https://issues.apache.org/jira/browse/TS-4008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Geffon closed TS-4008.
----------------------------
    Resolution: Fixed

> Cleanup SPDY ClientSessionSession / SpdyRequest Allocate and Deallocate code
> ----------------------------------------------------------------------------
>
>                 Key: TS-4008
>                 URL: https://issues.apache.org/jira/browse/TS-4008
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core, SPDY
>            Reporter: Brian Geffon
>            Assignee: Brian Geffon
>             Fix For: 6.1.0
>
>
> To make the SPDY classes SpdyClientSession and SpdyRequest conform with the rest of the code base's pattern of alloc()/destroy() we want to clean up that code in the following ways:
> - Removed custom dtors from SpdyClientSession and SpdyRequest
> - Implemented a uniform interface destroy() to both and refactored calls to clear() followed by ClassAllocator::free() with just destroy() to perform both.
> - Implemented a static function alloc() for both classes that will use the designated ClassAllocator to alloc() the object.
> This was also discussed in the pull request : https://github.com/apache/trafficserver/pull/323



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)