ezelkow1 commented on pull request #7393:
URL: https://github.com/apache/trafficserver/pull/7393#issuecomment-747817288


   @maskit just tried with compress, yea that plugin wont work on stats but I 
believe its only because of where it hooks to do compression. I can see it 
properly seeing the endpoint for stats as 'allowed' via my config, however it 
hooks on these two:
   `      TSHttpTxnHookAdd(txnp, TS_HTTP_CACHE_LOOKUP_COMPLETE_HOOK, 
transform_contp);
         TSHttpTxnHookAdd(txnp, TS_HTTP_TXN_CLOSE_HOOK, transform_contp); // To 
release the config`
   
   Since there is no cache lookup for the stats and they are all generated that 
is never hit, so you never get the compress plugin to kick in later


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to