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
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---