GitHub user zwoop opened a pull request: https://github.com/apache/trafficserver/pull/549
TS-4299 Allows for the content length to be processed even with C: close This might look clunky, but a) I tried to minimize the possible damage done to the FetchSM and b) the additions done earlier re: Connection: close are difficult to test / verify. I'd be OK personally to just remove the check, but I believe it was added for a reason back then. I'm also open to other suggestions for a fix, but I do know that this fix fixes my problem with H2 :). See e83b131b and TS-3049 for the origin of this problem. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zwoop/trafficserver TS-4299 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/549.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 #549 ---- commit 5f587b65316fb2564b63b6c68cf334808bc5c087 Author: Leif Hedstrom <zw...@apache.org> Date: 2016-03-30T15:07:17Z TS-4299 Allows for the content length to be processed even with C: close ---- --- 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. ---