The naming is just coincidence, it's not a transformation plugin, but just
a simple plugin that denies/allows requests based on the presence/absence
of specific headers. It's a remap plugin because we need different
configurations for different mappings, otherwise it could have been a
simple header
On Mon, 18 Aug 2014 10:24:02 -0300
Acácio Centeno wrote:
> [chop]
Your plugin is called request_filter and appears to involve methods of
a RequestFilter object. Is this a red herring, or does this crash in fact
originate in a filter?
The reason for the question is that this looks like a close
You may want to add handling for TS_HTTP_TXN_CLOSE_HOOK.
For example:
https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;a=blob;f=plugin
s/experimental/stale_while_revalidate/swr.cpp;hb=69bd5473
Thanks,
Sudheer
On 8/18/14, 6:24 AM, "Acácio Centeno" wrote:
>I've written a remap plug
+ Dev team
On 8/18/14, 9:48 AM, "Ye, Hong" wrote:
>Hi Leif,
>
>I am currently using ATS 4.0.1 for URL redirect. ³traffic_line -x² can
>reload configuration for ³redirect² rule.
>But for ³map² rule, I have to bounce the service. I thought I asked you
>before and it is current behavior but
>I forg
I've written a remap plugin but from time to time it's segfaulting. Looking
at the generated Stack Trace, it's dying on the following function:
int
TSHttpTxnDebugGet(TSHttpTxn txnp)
{
* sdk_assert(sdk_sanity_check_*
*txn(txnp) == TS_SUCCESS);* return ((HttpSM *)txnp)->debug_on;
}
And it's dying