mlibbey commented on issue #6674: URL: https://github.com/apache/trafficserver/issues/6674#issuecomment-616865474
Should have noted (thanks @SolidWallOfCode ) in the original description that range requests that are before the magic offset against good and bad copies have the same good md5. eg, ```bash $ curl -s --resolve $domain:443:$good "$url" -r 23047089-23067000 | md5 0ea38c4a578c6628c0d31f78dffd7123 $ curl -s --resolve $domain:443:$bad "$url" -r 23047089-23067000 | md5 0ea38c4a578c6628c0d31f78dffd7123 $ curl -s --resolve $domain:443:$good "$url" -r 2200-3000000 | md5 c9515c91c1bdeb326f8226d28b99350d $ curl -s --resolve $domain:443:$bad "$url" -r 2200-3000000 | md5 c9515c91c1bdeb326f8226d28b99350d ``` ---------------------------------------------------------------- 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