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

Commit 6b9a41c5 authored by John Reck's avatar John Reck Committed by Android Git Automerger
Browse files

am baaf136c: am 0a3fcc3e: Fix Apache stack

* commit 'baaf136c':
  Fix Apache stack
parents 1800ccfa baaf136c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -869,6 +869,7 @@ class BrowserFrame extends Handler {
        loader.setCacheMode(headers.containsKey("If-Modified-Since")
                || headers.containsKey("If-None-Match") ? 
                        WebSettings.LOAD_NO_CACHE : cacheMode);
        loader.executeLoad();
        // Set referrer to current URL?
        return !synchronous ? loadListener : null;
    }