API to accessing flag set by TSHttpTxnServerRespNoStoreSet

2021-02-02 Thread vijay mamidi
I propose TSHttpTxnServerRespNoStoreGet API as an addition to the InkAPI. ( https://github.com/apache/trafficserver/pull/7439) Usage : A plugin can use TSHttpTxnServerRespNoStoreSet to make ATS not cache the Origin Server's response. Traffic Server does the right thing using the flag api_server_re

Re: PROPOSAL: In TS API, deprecate TSHandleMLocRelease(), add TSMimeHdrFieldMLocRelease()

2019-09-04 Thread vijay mamidi
I am sorry for the delayed response. I am -0 on this. I think having one API which is supposed to be called all the time(even if it is a no-op) is less complicated than having an API to be called at certain times. Thanks, Vijay On Tue, Sep 3, 2019 at 3:56 PM Walt Karas wrote: > OK then barrin

Re: [VOTE] Release Apache Traffic Server 8.0.3 (RC0)

2019-03-20 Thread vijay mamidi
+1 > On Mar 18, 2019, at 11:15 AM, Bryan Call wrote: > > +1 from me passed regression tests on Fedora 29. > > -Bryan > > > >> On Mar 11, 2019, at 11:15 AM, Bryan Call wrote: >> >> I've prepared a release for 8.0.3 (RC0). The release notes for 8.0.3 are >> available at: >> >> >> ht

Re: [VOTE] Release Apache Traffic Server 7.1.5 (RC1)

2018-11-20 Thread vijay mamidi
+1 On Tue, Nov 20, 2018 at 11:57 AM Randall Meyer wrote: > > +1 > > On Saturday, November 17, 2018, 11:50:42 PM PST, Leif Hedstrom < > zw...@apache.org> wrote: > > I've prepared a release for 7.1.5 (RC1), which is a bug fix release on > the previous v7.1.4 release. Besides regular bug fixes

Re: [PROPOSAL] Deprecate the TSHttpTxnFollowRedirect() API

2018-02-06 Thread vijay mamidi
+1 > On Feb 6, 2018, at 9:03 AM, Alan Carroll > wrote: > > +1 > >> On Tue, Feb 6, 2018 at 7:10 AM, Bryan Call wrote: >> >> +1 >> >> -Bryan >> >>> On Feb 5, 2018, at 11:02 PM, Leif Hedstrom wrote: >>> >>> We’ve made the following configuration properly overridable as of 8.0.0: >>> >>>

Re: Debian 7 and current master

2017-02-16 Thread vijay mamidi
+1 Vijay > On Feb 16, 2017, at 10:02 AM, Bryan Call wrote: > > +1 > > -Bryan > >> On Feb 15, 2017, at 3:53 PM, Leif Hedstrom wrote: >> >> Hi all, >> >> as it turns out, the gcc compiler that is on Debian7 (wheezy) does not >> support enough of C++11 to be useful. I’ve been unable to find

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: [ANNOUNCE] Apache Traffic Server Barcamp/hackathon 5/1/2013 in Mountain View, CA

2013-04-25 Thread vijay mamidi
I will be in after 2 PM On Tue, Apr 23, 2013 at 2:14 PM, Leif Hedstrom wrote: > Hi all, > > With short notice, the fine people at LinkedIn have gracefully offered to > host a small ATS community "hackathon" on May 1st, 2013, in Mountain View > CA. We plan to start at 9am, and go most of the day

Re: disable traffic_cop while debugging

2012-09-04 Thread vijay mamidi
you can run just the traffic_server process alone -Vijay On Tue, Sep 4, 2012 at 12:55 PM, Bogdan Graur wrote: > Hello, > > I'm trying to do some debug sessions with traffic_server but it seems that > something is killing my process. > > I assume it is the traffic_cop when my process is not answe

Re: when to not call TSHttpTxnReenable

2012-08-29 Thread vijay mamidi
yes.. i could see that in the stack trace On Wed, Aug 29, 2012 at 8:57 PM, James Peach wrote: > On 29/08/2012, at 8:52 PM, James Peach wrote: > >> On 28/08/2012, at 7:34 AM, vijay mamidi >> wrote: >> >>> all the transaction based hooks can be reenabled with &

Re: when to not call TSHttpTxnReenable

2012-08-28 Thread vijay mamidi
all the transaction based hooks can be reenabled with TSHttpTxnReenable and when the plugin involves transformations they should be reenabled with VIOReenable -Vijay On Tue, Aug 28, 2012 at 7:04 AM, James Peach wrote: > On 27/08/2012, at 11:07 PM, vijay mamidi > wrote: > >>

Re: when to not call TSHttpTxnReenable

2012-08-27 Thread vijay mamidi
VIO should be reenabled with VIOReenable -Vijay On Mon, Aug 27, 2012 at 10:39 PM, James Peach wrote: > Hi all, > > I have a little Lua example that trips all the ssn and txn hooks. The > callback function for each hook just calls TSHttpTxnReenable(). I'm finding > that re-enablin the transacti