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


   I'd alternatively recommend:
   - adding this to your .bashrc 
   alias curlhead="curl -sIXGET"
   (curlhead --resolve ... then shows you headers, and doesn't transfer the 
body to you)
   the background_fill feature is meant to continue the request. Its somewhat 
broken right now. So...
   - and 
   alias curlr="curl -D- -r 0-0"
   (0 byte range request -- shows you headers, but, the body is 0 bytes.)
   in addition to installing the background_fetch plugin. Your range request 
will trigger the background fetch plugin to fire, downloading the full object 
into cache.
   


-- 
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:
[email protected]


Reply via email to