Re: Multiple times gzip issue and TSHttpTxnHookAdd API

2016-11-29 Thread James Peach
> On Nov 29, 2016, at 11:38 AM, Meera Mosale Nataraja wrote: > > Hello all, > > I'm working on TS-5024 where > the content is gzip’ed multiple times. Please find the sample output > provided below which indicates multiple gzips. > > curl -v -o/de

Re: Multiple times gzip issue and TSHttpTxnHookAdd API

2016-11-29 Thread Sudheer Vinukonda
This restriction is per transaction, I couldn't think of  a case where you want to call the same continuation in the same hook for the same  transaction multiple times. Hmm..IIRC, collapsed_forwarding relies on calling the same continuation in the same hook for the same Txn multiple

Re: Multiple times gzip issue and TSHttpTxnHookAdd API

2016-11-29 Thread Leif Hedstrom
> On Nov 29, 2016, at 1:53 PM, Sudheer Vinukonda > wrote: > > I think there are some plugins that do depend on a hook getting called > multiple times (example, redirect response based plugins like escalate, > collapsed_forwarding etc). This restriction is per transaction, I couldn't think of

Re: Multiple times gzip issue and TSHttpTxnHookAdd API

2016-11-29 Thread vijay mamidi
I think the patch is going to restrict plugin registering to the same hook multiple times but i don't think it will restrict number of times a hook is called. -Vijay On Tue, Nov 29, 2016 at 12:53 PM, Sudheer Vinukonda < sudheervinuko...@yahoo.com.invalid> wrote: > I think there are some plugins

Re: Multiple times gzip issue and TSHttpTxnHookAdd API

2016-11-29 Thread Sudheer Vinukonda
I think there are some plugins that do depend on a hook getting called multiple times (example, redirect response based plugins like escalate, collapsed_forwarding etc). To solve the issue of multiple gzips, would it be simpler to store in the continuation the info that gzip has already been co

Multiple times gzip issue and TSHttpTxnHookAdd API

2016-11-29 Thread Meera Mosale Nataraja
Hello all, I'm working on TS-5024 where the content is gzip’ed multiple times. Please find the sample output provided below which indicates multiple gzips. curl -v -o/dev/null http://proxy-test:8080/get -H "Host: proxy-test" -x localhost:8080 -H "Ac

Re: atscppapi questions

2016-11-29 Thread Alan Carroll
1) I would expect some changes in the CPP API but it will remain compile compatible during a major version. It is used in production in multiple deployments. 2) I am unfortunately not familiar with the TransformPlugin class. 3) Your changes seem sensible. Certainly it is a thing that's been done

Re: Current status of WCCP support

2016-11-29 Thread Alan Carroll
As far as I know, WCCP is considered a finished feature and there is no ongoing development. It is still just WCCP V2 because, AFAIK, WCCP V3 was never released. I haven't used it for a while but I don't see what would have broken it. Did you (1) --enable-wccp and (2) install a WCCP configuratio

Re: Current status of WCCP support

2016-11-29 Thread Chao Xu
I tried to setup WCCP with ATS 6.0.x but it did not work correctly. I really need it work correctly in Q1, 2017. It will be great if you could share any document or guidelines to support me. BTW, do you known which ATS version the WCCP worked correctly ? Thanks. Oknet Xu 2016-11-29 22:38 GMT+

Current status of WCCP support

2016-11-29 Thread Jonathan Adams
Hi, I've been experimenting with WCCP support in ATS and had some questions. What is the current status of this support? Is it still under active development or is it considered "done"? I'm trying to use it with a gre tunnel and it is not registering with the router properly. Based on my (limi

atscppapi questions

2016-11-29 Thread Christopher Reynolds
Hi, I have been investigating this API (primarily the transformation class) to see whether it could be used rather than the lower level functions. I have a few questions. 1. Is this API ready for production use? I.e. is it still being updated regularly and will the interface change? 2.