ok2c commented on code in PR #867:
URL: 
https://github.com/apache/httpcomponents-client/pull/867#discussion_r3797816185


##########
httpclient5-cache/src/main/java/org/apache/hc/client5/http/cache/HttpCacheContext.java:
##########
@@ -122,6 +124,7 @@ public static HttpCacheContext create() {
     private RequestCacheControl requestCacheControl;
     private ResponseCacheControl responseCacheControl;
     private HttpCacheEntry cacheEntry;
+    private CacheStatus cacheStatus;

Review Comment:
   @arturobernalg `CacheResponseStatus` and `CacheStatus` now overlap. Is there 
any chance we could get rid of `responseStatus` attribute and generate its 
value from `cacheStatus` on the fly?



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