arturobernalg opened a new pull request, #472:
URL: https://github.com/apache/httpcomponents-client/pull/472

   In compliance with the updates in RFC9111, this commit removes all uses of 
the Warning header and checks for staleness in cached entries.
   
   RFC9111 obsoletes the use of the Warning header, noting that much of its 
information can be gleaned from other header fields. In practice, the Warning 
header was rarely added by caches or intermediaries, and the remaining 
information, although potentially useful, was entirely advisory. Consequently, 
all instances of the Warning header have been removed from the codebase.
   
   Similarly, in the previous RFC7234, there was a requirement to handle stale 
cache entries and revalidate them, but this is no longer required in RFC9111. 
Hence, stale checks and revalidation have also been removed.
   
   Appropriate log messages have been added where necessary to ensure important 
events and potential issues are still recorded.


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

Reply via email to