HttpResponseCache icon indicating copy to clipboard operation
HttpResponseCache copied to clipboard

Results 23 HttpResponseCache issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

``` try { if (doOutput) { if (method == HttpEngine.GET) { // they are requesting a stream to write to. This implies a POST method method = HttpEngine.POST; } else...

Hi , The PUT request methods are not caching i dont understand what is the problem with it ,and the same is not working in the case of using android.net.http.HttpResponseCache.There...

How should you use the cache if you want it to be enabled for all the application? Where should I install it and where should I close it? I dropped...

I'm seeing an issue where, with the cache installed, loading images over an SSL connection occasionally results in garbage bytes being returned. This doesn't happen when they're loaded over plain...

Seems to me that the cache is not updated, when newer files are available on the server. To test, I wrote this little test: public void testServerReturnsDocumentNewerThanCache() throws Exception {...

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

DiskLruCache jar dependency should be updated to version 2.0 or later, package name has changed along with bug fixes.