mlibbey commented on issue #8672:
URL: https://github.com/apache/trafficserver/issues/8672#issuecomment-1101940555

   - If the origin is setting cache control, why have a cache.config line?
   - between request 1 and 2, the object went stale, which is what you want. On 
that request, the origin would have seen some sort of request (most likely a 
INM or IMS conditional), and presumably a 304 Not modified return.
   - Is the Origin's etag/Last-Modified header changing as the content changes? 
Once the content changes on the origin, and you send it a INM/IMS request, what 
does the origin respond with?
   (fun with curl ... I like `curl -D- -o/dev/null 'http...' ` as a nicer way 
to show headers. I most frequently use curl -IXGET 'http...' to issue a get, 
nicely show the headers, but abort before getting the body.)
   
   FWIW, the community has several production HLS use cases with ATS -- the 
case you are describing is highly used.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to