arturobernalg opened a new pull request, #870: URL: https://github.com/apache/httpcomponents-client/pull/870
RFC 9111 section 4.2.2 no longer prohibits assigning heuristic freshness to a response with a query component; the earlier RFC 2616 section 13.9 prohibition was obsolete and not widely implemented. The CacheConfig options that suppress caching of such responses therefore no longer serve a purpose, so isNeverCacheHTTP10ResponsesWithQuery, isNeverCacheHTTP11ResponsesWithQuery and their builder setters are deprecated, as is HTTP/1.0 response caching itself. The options are still honoured for now; an origin that does not want a response cached should send an explicit directive such as Cache-Control: no-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. 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]
