RE: transform plugin - disable cache option

2014-08-03 Thread Yosef Kahana
- From: James Peach [mailto:jpe...@apache.org] Sent: Sunday, August 03, 2014 8:01 PM To: dev@trafficserver.apache.org Subject: Re: transform plugin - disable cache option On Aug 3, 2014, at 7:27 AM, Yosef Kahana wrote: > Http transaction state machine contains cache lookup step. >

Re: transform plugin - disable cache option

2014-08-03 Thread James Peach
On Aug 3, 2014, at 7:27 AM, Yosef Kahana wrote: > Http transaction state machine contains cache lookup step. > Can I disable it? yup TSHttpTxnConfigIntSet(txnp, TS_CONFIG_HTTP_CACHE_HTTP, 0), which is the same as setting proxy.config.http.cache.http. https://trafficserver.readthedocs.org/en/l