traeak opened a new pull request #6691: URL: https://github.com/apache/trafficserver/pull/6691
This tries to make the slice plugin smarter when origins do bad things to assets without changing their path including: * etag change * last modified change * content length change Process: 1. Reference slice fetched (either slice0 or first slice in request). 2. Second slice fetched -- mismatch detected 3. Refetch second slice (cache_range_requests X-Crr-Ims header) 3a. Matches reference, continue to next slice 3a. Mismatch reference, abort client, refetch reference slice (X-Crr-Ims header) ---------------------------------------------------------------- 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: us...@infra.apache.org