[GitHub] trafficserver issue #1522: Ingore read and write errors if vio has been clea...

2017-03-03 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/pull/1522 or we can use: ``` if (vc->write.enabled && vc->write.triggered || vc->write.error && vc->write.vio._cont != nullptr) ``` keep old condition then add new condition. -

[GitHub] trafficserver issue #1522: Ingore read and write errors if vio has been clea...

2017-03-03 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/pull/1522 to review #947 again, my suggestion is ``` diff --git a/iocore/net/UnixNet.cc b/iocore/net/UnixNet.cc index 85d7527..5ef65cb 100644 --- a/iocore/net/UnixNet.cc +++ b/ioc

[GitHub] trafficserver issue #1522: Ingore read and write errors if vio has been clea...

2017-03-02 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/1522 Still looking good on Docs, but would like to give it at least another 24 hours before we declare victory. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] trafficserver issue #1522: Ingore read and write errors if vio has been clea...

2017-03-01 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/1522 Testing this on docs, it's similar to #1444 which did not solve the problems for us there (completely at least), hopefully the additions to the read case helps. --- If your project is set up

[GitHub] trafficserver issue #1522: Ingore read and write errors if vio has been clea...

2017-03-01 Thread shinrich
Github user shinrich commented on the issue: https://github.com/apache/trafficserver/pull/1522 Looks reasonable to me. --- 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 an

[GitHub] trafficserver issue #1522: Ingore read and write errors if vio has been clea...

2017-03-01 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/1522 clang-analyzer build *successful*! See https://ci.trafficserver.apache.org/job/clang-analyzer-github/224/ for details. --- If your project is set up for it, you can reply to this email

[GitHub] trafficserver issue #1522: Ingore read and write errors if vio has been clea...

2017-03-01 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/1522 Intel CC build *successful*! See https://ci.trafficserver.apache.org/job/icc-github/92/ for details. --- If your project is set up for it, you can reply to this email and have your repl

[GitHub] trafficserver issue #1522: Ingore read and write errors if vio has been clea...

2017-03-01 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/1522 Linux build *successful*! See https://ci.trafficserver.apache.org/job/linux-github/1556/ for details. --- If your project is set up for it, you can reply to this email and have your rep

[GitHub] trafficserver issue #1522: Ingore read and write errors if vio has been clea...

2017-03-01 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/1522 FreeBSD build *successful*! See https://ci.trafficserver.apache.org/job/freebsd-github/1660/ for details. --- If your project is set up for it, you can reply to this email and have your

[GitHub] trafficserver issue #1522: Ingore read and write errors if vio has been clea...

2017-03-01 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/1522 Here is a workaround for issue #1401. I ran into issues with the read also coring. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub a