traeak edited a comment on issue #7996: URL: https://github.com/apache/trafficserver/issues/7996#issuecomment-873075043
When cachekey and cache_range_requests plugins are set up as remap plugins this works. Okay answer is: cache_range_requests plugin was removing and saving the range request header in the READ_REQUEST_HEADER hook, which happened before the cachekey did its thing in TS_HTTP_POST_REMAP_HOOK. Since the cache_range_requests plugin only manipulates things for the sake of the cache key changing the CRR global plugin to also use TS_HTTP_POST_REMAP_HOOK seems to do the trick. -- 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]
