Re: ATS 5.0.0 issue with TSHttpConnect

2014-06-27 Thread Walsh, Peter
e anything different about the requests, but I will do another wireshark capture to ensure the request being sent is the same in both 4.2.1 and 5.0.0. On 6/26/14 6:22 PM, "James Peach" wrote: >On Jun 25, 2014, at 3:07 PM, Walsh, Peter wrote: > >> Hello, >> I just upgraded

ATS 5.0.0 issue with TSHttpConnect

2014-06-25 Thread Walsh, Peter
Hello, I just upgraded from 4.2.1 to ATS 5.0.0 but am having issues in my plugins that use TSHttpConnect. When the response body is chunked, the response body being returned to my plugin includes the chunk sizes in the response string. In ATS 4.x, the plugins received the response body without

Re: Corrupting headers when transforming cached response in cluster env

2013-08-30 Thread Walsh, Peter
sforms happening at the same time? On 8/28/13 9:51 AM, "Walsh, Peter" wrote: >Here's an odd one. > >I have a transform that caches the untransformed response, so that way I >perform the transformation for each subsequent cache hit of that >document. This works well

Corrupting headers when transforming cached response in cluster env

2013-08-28 Thread Walsh, Peter
Here's an odd one. I have a transform that caches the untransformed response, so that way I perform the transformation for each subsequent cache hit of that document. This works well enough, until my plugin is in a cluster. When in a cluster, if the cached document is peer fetched the respon

RE: TSHttpConnect and chunked flow control

2012-08-02 Thread Walsh, Peter
PM To: dev@trafficserver.apache.org Subject: Re: TSHttpConnect and chunked flow control On 01/08/2012, at 9:14 AM, "Walsh, Peter" wrote: > Hello all, > We have a plugin that uses TSHttpConnect and have noticed that when the > response is not from cache and is over about

TSHttpConnect and chunked flow control

2012-08-01 Thread Walsh, Peter
Hello all, We have a plugin that uses TSHttpConnect and have noticed that when the response is not from cache and is over about 40k, traffic server begins to introduce latencies between its callbacks to the event TS_EVENT_VCONN_READ_READY. I have only been able to reproduce this in a clustered

RE: Chunking Content-Encoding in Transformation Plugin

2012-05-14 Thread Walsh, Peter
i...@apache.org] Sent: Monday, May 14, 2012 3:07 PM To: dev@trafficserver.apache.org Subject: Re: Chunking Content-Encoding in Transformation Plugin Fixed as of 3.0.3, https://issues.apache.org/jira/browse/TS-1004 Brian On Mon, May 14, 2012 at 2:51 PM, Walsh, Peter wrote: > Hello, > Was ther

RE: Chunking Content-Encoding in Transformation Plugin

2012-05-14 Thread Walsh, Peter
Transformation Plugin Fixed as of 3.0.3, https://issues.apache.org/jira/browse/TS-1004 Brian On Mon, May 14, 2012 at 2:51 PM, Walsh, Peter wrote: > Hello, > Was there ever any resolution or bugs opened for the issue referenced in the > below linked email thread, where using a trans

Re: Chunking Content-Encoding in Transformation Plugin

2012-05-14 Thread Walsh, Peter
Hello, Was there ever any resolution or bugs opened for the issue referenced in the below linked email thread, where using a transformation plugin prevents traffic server from using chunked transfer encoding? I did a quick search in jira and didn't find any but may have missed it. http://www.m

Re: How can I tell Traffic Server to cache untransformed content?

2012-04-06 Thread Walsh, Peter
You can use these API's to decide which response is cached... tsapi void TSHttpTxnUntransformedRespCache(TSHttpTxn txnp, int on); tsapi void TSHttpTxnTransformedRespCache(TSHttpTxn txnp, int on); On 4/6/12 2:57 AM, "松节油" wrote: >hi > >In the SDK document "The Sample Null Transform Plugin"

ICP bug scheduled to be fixed?

2011-05-31 Thread Walsh, Peter
Hello, I see that ICP is currently broken, https://issues.apache.org/jira/browse/TS-32, has there been any discussion around getting it fixed in an upcoming release? Thanks, Pete