ok2c opened a new pull request, #449: URL: https://github.com/apache/httpcomponents-client/pull/449
@arturobernalg I have started working on Cache-Control improvements throughout the entire HTTP cache code. I added `RequestCacheControl` to represent request cache control directives similar to `CacheControl`. Please take a look and let me know if you find anything disagreeable. As the next step I will try to make sure the request and response `Cache-Control` headers in the request and the response get parted only once instead of multiple times in various places. We may want to rename `CacheControl` to `ResponseCacheControl` for consistency. Please let me know what you think. -- 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]
