esmq2092 opened a new issue #7458:
URL: https://github.com/apache/trafficserver/issues/7458


   I had set `proxy.config.http.normalize_ae to 2` and enabled brotli ( br ) 
compression,
   
   when ats(v9.0.0) had cached both gzip and brotli compressed version of the 
object,  
   and if gzip object was generated after brotli one, ats will always return 
gzip **even client supports both gzip and brotli.**
   
   steps to reproduce the problem:
   
   `1、Accept-Encoding: gzip,br`
       ats will return br encoding as expected
   
   `2、Accept-Encoding: gzip`
       ats will return gzip encoding as expected
   
   `3、Accept-Encoding: gzip,bz`
       ats will always return gzip encoding , which should be br encoding.
   


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