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/04/03 01:51:16 UTC

[jira] [Resolved] (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 resolved TS-2578.
-----------------------------

    Resolution: Fixed
      Assignee: James Peach

> 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
>            Assignee: James Peach
>              Labels: Review
>             Fix For: 5.0.0
>
>
> 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.2#6252)