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

   This commit refactors the CacheControl parsing logic to handle multiple 
"Cache-Control" headers. The previous implementation treated each header 
independently, returning an array of CacheControl objects. This caused issues 
when headers had directives that should be combined into a single CacheControl 
object. The updated implementation combines all directives from all headers 
into a single CacheControl object, ensuring accurate representation of the 
caching directives.


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