[
https://issues.apache.org/jira/browse/TS-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13958352#comment-13958352
]
ASF GitHub Bot commented on TS-2578:
------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/trafficserver/pull/42
> 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
> 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)