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 2016/05/02 04:18:13 UTC

[jira] [Commented] (TS-3612) Restructure Proxy Client Sessions to support transaction oriented Sessions execute transaction hooks and connection oriented Sessions execute session hooks

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

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

Commit 7bf73303bf325b83492c43b58d9241e20a71c475 in trafficserver's branch refs/heads/6.2.x from [~masaori]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=7bf7330 ]

TS-4355: Change assert condition for TS-3612

Originally, the condition of assert in HttpTunnel::main_handler(int event, void *data)
was same to the condition in HttpTunnel::get_consumer(VIO *vio) before TS-3612.
This commit makes the condition in HttpTunnel::main_handler(int event, void *data)
same as condition in HttpTunnel::get_consumer(VIO *vio).

(cherry picked from commit 37f7c05de574458d2eff781d9f047673cda97a4e)


> Restructure Proxy Client Sessions to support transaction oriented Sessions execute transaction hooks and connection oriented Sessions execute session hooks
> -----------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TS-3612
>                 URL: https://issues.apache.org/jira/browse/TS-3612
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: HTTP, HTTP/2, SPDY
>            Reporter: Susan Hinrichs
>            Assignee: Susan Hinrichs
>             Fix For: 6.2.0
>
>
> In the current code, transaction and session hooks don't have access to H2 and SPDY session data.  This was partially addressed by TS-3578.
> There was a discussion on the mailing list, and the consensus was that session hooks should be invoked on session-oriented sessions (H2, SPDY, and native HTTP/1.x) and transaction hooks should be invoked on transaction-oriented sessions.  
> http://dev.trafficserver.apache.narkive.com/OX9XK0xn/spdy-h2-and-session-hooks



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