You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/04/09 02:08:12 UTC

[GitHub] [trafficserver] mlibbey edited a comment on issue #7671: Caching doesn't seem to work

mlibbey edited a comment on issue #7671:
URL: https://github.com/apache/trafficserver/issues/7671#issuecomment-816349847


   I have a theory. You show you are using curl -I... I bet you are seeing it cache after a request that doesn't have the -I. (curl -I issues a HEAD request. HEAD requests don't fill the cache -- a GET request is needed to fill. Can you try `curl -o/dev/null -D-  --resolve meta.miraheze.org:443:127.0.0.1 https://meta.miraheze.org/wiki/Main_Page` ?


-- 
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:
users@infra.apache.org