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

Commit c9c76a82 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Fix Apache stack"

parents 41891aea 430b1b9b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -870,6 +870,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;
    }