traeak opened a new issue #7974: URL: https://github.com/apache/trafficserver/issues/7974
Given an origin that does not support range requests (replies 200 to range requests). remap rule configured with background_fetch plugin. CONFIG proxy.config.http.cache.range.lookup INT 1 make range request through ATS. response will be 200. background_fetch plugin ignores because it only considers 206 responses. ATS doesn't cache the 200 response (maybe it decided the response wasn't going to be cacheable?). Until a client requests a full GET to the asset 206 requests will always be served as 200s by the origin. -- 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]
