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
+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
> > 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
>
> 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.