You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@trafficserver.apache.org by Maksim Anfilatov <ma...@woyager.ru> on 2013/01/10 19:51:11 UTC

Ranged requests caching

Hello.

Is it possible to cache in TS chunks of files (without downloading full
files). Something like nginx proxy_cache_key "$request_method $host $uri
$http_range";

Thanks.