httpcomponents-client/httpclient5-cache
Arturo Bernal 4784fdfed4 Fix issue with duplicate parsing of Cache-Control header
Previously, the same Cache-Control header was being parsed twice, once by isExplicitlyNonCacheable and again by calculateFreshnessLifetime. The parsing code was extracted from calculateFreshnessLifetime and enhanced to include the main cache control directive that isExplicitlyNonCacheable could use to make its decision. This improves the efficiency and accuracy of the caching logic.
2023-12-13 11:54:38 +01:00
..
src Fix issue with duplicate parsing of Cache-Control header 2023-12-13 11:54:38 +01:00
pom.xml Upgraded project version to 5.4-alpha1 2023-12-13 11:54:30 +01:00