[GitHub] trafficserver pull request #888: TS-4665: Http2 not terminating stream with ...

2016-09-06 Thread shinrich
Github user shinrich closed the pull request at:

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


---
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 #888: TS-4665: Http2 not terminating stream with ...

2016-08-22 Thread shinrich
GitHub user shinrich opened a pull request:

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

TS-4665: Http2 not terminating stream with short chunked response.

The key fix was added with TS-4729.   This is the additional check on 
is_done around line 529 of Http2Stream.cc. 

To make the fix stable required some additional changes to avoid sending 
write updates on shutdown when the client is already down and converting some 
direct handleEvent calls to sending events to avoid deleting the SM on the 
stack.

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

$ git pull https://github.com/shinrich/trafficserver ts-4665

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

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






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