[GitHub] trafficserver pull request #1196: TS-4217: Change stream state after sending...

2016-11-04 Thread PSUdaemon
Github user PSUdaemon closed the pull request at:

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


---
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 #1196: TS-4217: Change stream state after sending...

2016-11-04 Thread masaori335
GitHub user masaori335 opened a pull request:

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

TS-4217: Change stream state after sending HEADERS frame

Change stream state to CLOSED after sending a HEADERS w/ END_STREAM flag to
avoid sending a unnecessary DATA frame w/ END_STREAM flag.

(cherry picked from commit f5c2a2d8d3b4dd4afc1c32ec32627d56c16f78e0)

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

$ git pull https://github.com/masaori335/trafficserver 6.2.x_ts-4217

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

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


commit 0c3f8ade5b160f09b60b87629fa3fb43f4937a63
Author: Masakazu Kitajo 
Date:   2016-08-21T14:15:28Z

TS-4217: Change stream state after sending HEADERS frame

Change stream state to CLOSED after sending a HEADERS w/ END_STREAM flag to
avoid sending a unnecessary DATA frame w/ END_STREAM flag.

(cherry picked from commit f5c2a2d8d3b4dd4afc1c32ec32627d56c16f78e0)




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