[ 
https://issues.apache.org/jira/browse/TS-2777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13987990#comment-13987990
 ] 

ASF GitHub Bot commented on TS-2777:
------------------------------------

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

----


> atscppapi: bug in intercept - not working with request transformation
> ---------------------------------------------------------------------
>
>                 Key: TS-2777
>                 URL: https://issues.apache.org/jira/browse/TS-2777
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: CPP API
>            Reporter: Manjesh Nilange
>            Assignee: Brian Geffon
>
> When used in conjunction with a request transformation, the intercept appears 
> to "hang". 



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to