HttpResponseCache icon indicating copy to clipboard operation
HttpResponseCache copied to clipboard

com.integralblue.httpresponsecache.compat.libcore.net.http.ResponseHeaders.chooseResponseSource(long, RequestHeaders) does not honor only-if-cached cache control directive

Open pragmasoft-ua opened this issue 12 years ago • 0 comments

com.integralblue.httpresponsecache.compat.libcore.net.http.ResponseHeaders.chooseResponseSource(long, RequestHeaders) does not honor only-if-cached cache control directive

This method returns ResponseSource.CONDITIONAL_CACHE which then later does not satisfy response from cache even if it can.

Solution: check for request.onlyIfCached flag and return ResponseSource.CACHE irrespective of age and freshness

pragmasoft-ua avatar Jun 19 '13 08:06 pragmasoft-ua