You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Jack Bates (JIRA)" <ji...@apache.org> on 2014/02/19 22:58:28 UTC

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

Jack Bates created TS-2578:
------------------------------

             Summary: 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


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)