knutsel opened a new pull request #2262: Part 1 of Range Request handling
URL: https://github.com/apache/incubator-trafficcontrol/pull/2262
 
 
   Two modes (for now):
   
   - `get_full_serve_range` converts the upstream request to a "normal" (no 
range) request, and stores the 200 response from that, but builds the correct 
(multipart, if needed) 206 response downstream. Probably useful for HLS and 
MPEG-DASH when the full requests are not going to be excessively large.
   
   - `store_ranges` stores the ranges as requested, and makes the ranges part 
of the cacheKey. Probably useful when the clients all use the same range 
boundariess into a really large file.
   
   Also adds `beforeCacheLookUpData` as a hook to change the cacheKey. 
   
   Need to still mod docs.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

Reply via email to