ok2c commented on code in PR #462:
URL:
https://github.com/apache/httpcomponents-client/pull/462#discussion_r1252042600
##########
httpclient5-cache/src/main/java/org/apache/hc/client5/http/impl/cache/ResponseCachingPolicy.java:
##########
@@ -231,8 +231,18 @@ public boolean isResponseCacheable(final
ResponseCacheControl cacheControl, fina
return false;
}
- // calculate freshness lifetime
final Duration freshnessLifetime =
calculateFreshnessLifetime(cacheControl, response);
+
Review Comment:
@arturobernalg I cannot find `immutable` cache control directive mentioned
anywhere in the RFC 9111. Am I missing something?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]