[GitHub] trafficserver pull request #1628: Assertion in state_read_server_response_he...

2017-04-03 Thread scw00
Github user scw00 closed the pull request at:

https://github.com/apache/trafficserver/pull/1628


---
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.
---


[GitHub] trafficserver pull request #1628: Assertion in state_read_server_response_he...

2017-04-03 Thread scw00
GitHub user scw00 opened a pull request:

https://github.com/apache/trafficserver/pull/1628

Assertion in state_read_server_response_header (v7.1.0)

In my opinion, the EPOLLERR always with read.enabled or 
write.enabled(otherwise, there is no sm could handle this event, we just 
ignore). So when EPOLLERR happens, we could push the vc into read_ready_list if 
the read.enabled == 1, otherwise push it into write_ready_list.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/scw00/ats-self TS_1531

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/trafficserver/pull/1628.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 #1628


commit 732e7d9fb8e4a717bc53de464d33f3ce666eaaf4
Author: scw00 <616955...@qq.com>
Date:   2017-04-03T11:29:02Z

TS_1531




---
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.
---