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

ASF GitHub Bot commented on TS-4488:
------------------------------------

Github user oknet commented on the issue:

    https://github.com/apache/trafficserver/pull/700
  
    maybe should add EPIPE check?
    ```
        if (!r || r == -ECONNRESET || r == -EPIPE) {   // SIGPIPE when write on 
a closed fd.
          vc->write.triggered = 0;
          write_signal_done(VC_EVENT_EOS, nh, vc);
          return;
        }
        vc->write.triggered = 0;
        write_signal_error(nh, vc, (int)-total_written);
        return;
    ```
    
    make the iocore callback with EOS



> Segmentation fault at HttpSM::tunnel_handler_ua
> -----------------------------------------------
>
>                 Key: TS-4488
>                 URL: https://issues.apache.org/jira/browse/TS-4488
>             Project: Traffic Server
>          Issue Type: Bug
>            Reporter: Pavlo Yatsukhnenko
>            Assignee: Pavlo Yatsukhnenko
>              Labels: Crash
>             Fix For: 7.0.0
>
>
> From Github PR #674



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

Reply via email to