Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5ad08bd authored by Grace Kloba's avatar Grace Kloba Committed by Android Git Automerger
Browse files

am 2e778c17: Merge change I124356f6 into eclair

Merge commit '2e778c17' into eclair-mr2

* commit '2e778c17':
  Continue caching "POST" result so that we won't get
parents cf4f2c22 2e778c17
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -408,8 +408,7 @@ class LoadListener extends Handler implements EventHandler {
                mStatusCode == HTTP_MOVED_PERMANENTLY ||
                mStatusCode == HTTP_TEMPORARY_REDIRECT) && 
                mNativeLoader != 0) {
            if (!mFromCache && mRequestHandle != null
                    && !mRequestHandle.getMethod().equals("POST")) {
            if (!mFromCache && mRequestHandle != null) {
                mCacheResult = CacheManager.createCacheFile(mUrl, mStatusCode,
                        headers, mMimeType, false);
            }