Anyone using proxy.config.http.keepalive_internal_vc?

2021-03-04 Thread Susan Hinrichs
Trying to figure out if this undocumented feature is still useful. Links to the original Jira in the issue. https://github.com/apache/trafficserver/issues/7574

Re: [E] [VOTE] New API symbols for Parent Selection

2021-03-04 Thread Alan Carroll
+1 On Thu, Mar 4, 2021 at 4:22 PM Robert O Butts wrote: > > > void TSHttpTxnResponseActionSet(TSHttpTxn txnp, TSResponseAction > action); - > > I still don't like passing the action by value. > > Yes, it's a pointer now. Sorry, I changed the code, forgot to update the PR > description: > > https

Re: [E] [VOTE] New API symbols for Parent Selection

2021-03-04 Thread Robert O Butts
> > void TSHttpTxnResponseActionSet(TSHttpTxn txnp, TSResponseAction action); - > I still don't like passing the action by value. Yes, it's a pointer now. Sorry, I changed the code, forgot to update the PR description: https://github.com/apache/trafficserver/blob/f22e1c/src/traffic_server/InkAPI.c

Re: [E] [VOTE] New API symbols for Parent Selection

2021-03-04 Thread Alan Carroll
> > I think you noted that TSHostnameIsSelf(const char *hostname) is painful > to make take a non-null terminated string. Is that still the case? void TSHttpTxnResponseActionSet(TSHttpTxn txnp, TSResponseAction action); - I still don't like passing the action by value.