GitHub user manjeshnilange opened a pull request:
https://github.com/apache/trafficserver/pull/76
atscppapi: fix for TS-2777 - using content length from correct header
Previously, the intercept code was looking for the Content Length header in
the data sent by the client. However, when a request transformation is added,
this can change. So the correct fix is to use the header that is read "off the
wire" to find content length. So we now do it after reading the header rather
than in the constructor.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/manjeshnilange/trafficserver master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/76.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 #76
----
commit 4bd8af16ae8fb0ef99988798dc00289af2c30156
Author: Manjesh Nilange <[email protected]>
Date: 2014-05-02T17:42:07Z
atscppapi: fix for TS-2777 - using content length from correct header
----
---
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.
---