GitHub user jacksontj opened a pull request:
https://github.com/apache/trafficserver/pull/947
TS-4796 Change UnixNetHandler to always bubble up epoll errors to the
VConnection
Before if the vcon wasn't read or write enabled errors would be swallowed.
This leads to a variety of issues where the socket errors aren't dealt with
immediately.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jacksontj/trafficserver TS-4796
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/947.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #947
----
commit 5b032bae9fe1d30bffa79a5ce8da12dabf7468be
Author: Thomas Jackson <[email protected]>
Date: 2016-08-31T20:02:53Z
TS-4796 Change UnixNetHandler to always bubble up epoll errors to the
VConnection
Before if the vcon wasn't read or write enabled errors would be swallowed.
This leads to a variety of issues where the socket errors aren't dealt with
immediately.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---