Wednesday, December 18, 2013, 4:51:31 PM, you wrote: >>> - where does the original Content-Length header come from?
>> The cached response header. > Or the upstream response - right? > Will the first plugin transform receive the original CL + the 'range > transformed' CL? Well, the range transform is just another transform (that's the origin of this problem). Either it's first, in which case there is no 'range transformed' CL to give it, or it's not first, in which case the *next* transform gets the original and modified CL. Whether it's modified because of a range transform specifically or not is what I want to avoid making an issue.