I've noticed it works for transformations on objects not served from cache, however if the transformation is run on an object retrieved from cache I'm not seeing chunked transfer encoding.
Was that the intention? We have a use case in which we cache the untransformed objects, so for cache misses our transformation runs on the fresh object returned from the origin and we see chunked encoding, but on cache hits the transformation runs on the cached untransformed object and we don't see the chunked encoding. -----Original Message----- From: Brian Geffon [mailto:bri...@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 <peter.wa...@disney.com> wrote: > 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.mail-archive.com/dev@trafficserver.apache.org/msg03061.html >