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/02/25 00:22:24 UTC

[jira] [Updated] (TS-2578) TSVConnAbort(output_vc) doesn't close the client connection

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

James Peach updated TS-2578:
----------------------------

    Labels: Review  (was: )

> TSVConnAbort(output_vc) doesn't close the client connection
> -----------------------------------------------------------
>
>                 Key: TS-2578
>                 URL: https://issues.apache.org/jira/browse/TS-2578
>             Project: Traffic Server
>          Issue Type: Bug
>            Reporter: Jack Bates
>              Labels: Review
>
> If a transform has sent any content downstream before it decides to call TSVConnAbort(output_vc) or TSVConnClose(output_vc) then the client connection doesn't get closed.
> If TransformTerminus::handle_event() sends VC_EVENT_ERROR or VC_EVENT_EOS events then the client connection does get closed, but it only sends these if m_called_user is false. After any content has been sent downstream, m_called_user is true.
> One possible solution is to fix the logic in TransformTerminus::handle_event() so it sends these events.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)