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

   Caching code optimization
   * Moved delta-second parsing routine to `CacheSupport`
   * Optimized `ResponseCachingPolicy#isResponseCacheable` by parsing `DATE` 
and `EXPIRES` headers only once
   * `HttpCacheEntry` to cache parsed `DATE`, `EXPIRES` and `LAST_MODIFIED` 
values
   * `HttpCacheEntry` to avoid parsing `DATE` header of cache entries and HTTP 
messages multiple times
   * Eliminated dependency on impl classes in public API classes


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