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

   @arturobernalg This change-set builds upon your previous work on 
`HttpByteArrayCacheEntrySerializer`. What has changed:
   
   1. Cache entries have a version now. In the future we can change the 
underlying serialization format without breaking binary compatibility with the 
previous versions of storage backends
   2. Cache entries now store request details (method, request URI and headers) 
as well.
   3. There is now cache entry specific metadata that is not a part of request 
or response messages (cache key, cache size, etc)
   4. No more escaped headers. 
   5. Lots of test code cleanups
   
   Please review and let me know if you find anything disagreeable.


-- 
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: dev-unsubscr...@hc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to