JakeChampion opened a new pull request, #13706: URL: https://github.com/apache/trafficserver/pull/13706
Every cache key call site had to repeat the same two `txn_conf` arguments, which makes it easy for a new call site to pass a different `ignore_query` or generation number and silently compute a key that does not match the rest of the transaction. Funnel them through `generate_cache_key()`/`generate_ cache_key92()` instead. supersedes https://github.com/apache/trafficserver/pull/13557 -- 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]
