osintegrator opened a new issue #7996:
URL: https://github.com/apache/trafficserver/issues/7996


   Hello! 
   ATS version 9.0.2, ubuntu 18.04
   
   When using two these plugins simultaneously:
   ```
   cachekey.so --include-headers=Range --remove-all-params=true
   cache_range_requests.so --no-modify-cachekey
   ```
   I get such cache key: `/host/port/path/`
   
   But I expect such key: `/host/port/Range:bytes=start-end/path/`
   
   When I use `cachekey.so` plugin alone, I'm getting expected key.
   
   So how to make these plugins work simultaneously?
   
   Thank you in advance


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


Reply via email to