traeak opened a new pull request, #12512: URL: https://github.com/apache/trafficserver/pull/12512
This adds to the ts api to allows the selected parent strategy to be changed during a transaction. APIs added: - void TSHttpTxnNextHopStrategySet(TSHttpTxn txnp, void *const strategy); - TSReturnCode TSHttpTxnNextHopStrategyGet(TSHttpTxn txnp, void **strategy); - TSReturnCode TSHttpTxnNamedNextHopStrategyGet(char const *name, void **strategy); -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
