You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by manjeshnilange <gi...@git.apache.org> on 2014/05/02 19:44:25 UTC

[GitHub] trafficserver pull request: atscppapi: fix for TS-2777 - using con...

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 <ma...@yahoo.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] trafficserver pull request: atscppapi: fix for TS-2777 - using con...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---