On Feb 3, 2012, at 1:25 AM, Kevin Fox wrote:
> I think if someone can provide a stable ESI module for
> long enough and a document describing how to configure it, people would
> start showing up.
Yup, good observation. Count me in :-)
Jan
Hi,
I am writing a plugin that does a response transformation in two steps:
GEt URI_1 -> OriginServerResponse -Step1-> TransformResultA -Step2->
TransformResultB -> toClient
I am doing this in two steps because I want ATS to cache TransformResultA but
not TransformResultB[1]
I have two questi
Hi,
is there any sophisticated support by TS for working with HTTP message bodies
with regard of encoding?
Suppose I want to find a string like 'müde' in the body:
Do I have to read the body byte stream and deal with all the encoding issues
myself or does TS provide helper functions for such t
Hi,
suppose I have a potentially long running computation[1] in a plugin. It will
be short most of the time but might be longer.
What I am looking for is a way to ensure that the computation does not block
the main request handling thread.
Can you point me to the documentation page where I can
Hi,
I am looking at the source code of the append-transform plugin.
I have a question regarding the load function below:
Is my understanding correct that each call to
TSIOBufferProduce(append_buffer, err)
appends a read chunk to the static append_buffer causing the buffer to generate
an e
Hi,
I want to start looking into developing ESI support for TrafficServer.
I am completely new to TS and it would presumably help a lot if you could point
me to a plugin(s) that implements similar functionality and which I could use
to look at the basic issues directly.
The cornerstones of ESI