You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/01/25 13:33:53 UTC

[GitHub] [trafficserver] fdiary commented on a change in pull request #7422: Do not provide a stale negative cache

fdiary commented on a change in pull request #7422:
URL: https://github.com/apache/trafficserver/pull/7422#discussion_r563725437



##########
File path: proxy/http/HttpTransact.cc
##########
@@ -5905,6 +5906,12 @@ HttpTransact::is_stale_cache_response_returnable(State *s)
   if (!s->cache_info.directives.does_client_permit_lookup) {
     return false;
   }
+  // We don't serve a stale negative cache.

Review comment:
       @masaori335 Thanks for your proposal, that is reasonable. I force-updated the change in this PR.




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