Re: Sharing data across plug-ins

2016-04-26 Thread Karthik Sivaraman
Thanks Leif Karthik From: Leif Hedstrom Sent: Monday, April 25, 2016 6:35:30 PM To: dev@trafficserver.apache.org; Karthik Sivaraman Subject: Re: Sharing data across plug-ins > On Apr 25, 2016, at 7:21 PM, Karthik Sivaraman > wrote: > > Hi

Sharing data across plug-ins

2016-04-25 Thread Karthik Sivaraman
Hi I want to share a hash table among two plug-ins. I know that TSHttpTxnArgSet can share transaction specific data among plugins but want to know if thats the recommended way. More details: I have a hashtable that is keyed based on destination IP address and has actions for each plugin - -

Re: Unit testing for plugin

2016-04-25 Thread Karthik Sivaraman
reasonable choice to me. Cheers, —Gancho > On Apr 22, 2016, at 9:30 AM, Karthik Sivaraman > wrote: > > Thanks all. Will follow up on these links > > Karthik > > > From: Brian Geffon > Sent: Friday, April 22, 2016 8:46 AM >

Re: Unit testing for plugin

2016-04-22 Thread Karthik Sivaraman
hopefully going to land soon too. Brian On Friday, April 22, 2016, James Peach wrote: > > > On Apr 22, 2016, at 7:01 AM, Karthik Sivaraman < > karthiksivara...@outlook.com > wrote: > > > > Hi > > > > > > We are planning to maintain a plug-in that does t

Unit testing for plugin

2016-04-22 Thread Karthik Sivaraman
Hi We are planning to maintain a plug-in that does third party feed based URL filtering. Are there any recommendations for unit test/regression test frameworks? What does trafficserver use for its unit/regression tests? Thanks Karthik

Re: SSL decryption in forward proxy mode

2016-04-13 Thread Karthik Sivaraman
this to work. > > >On 3/30/2016 1:29 AM, Karthik Sivaraman wrote: >> Hi >> >> >> Is there any existing support for SSL decryption in forward proxy mode of >> trafficserver? I could not find any documentation around this. We want to >> scan all traffic

SSL decryption in forward proxy mode

2016-03-29 Thread Karthik Sivaraman
Hi Is there any existing support for SSL decryption in forward proxy mode of trafficserver? I could not find any documentation around this. We want to scan all traffic that emanate from our network. The only relevant feature I found was SSL termination for reverse proxy mode but it was not c