am 0a3fcc3e: Fix Apache stack
* commit '0a3fcc3eed15ed50bcaa7808b6ccb170fb137210': Fix Apache stack
This commit is contained in:
@@ -869,6 +869,7 @@ class BrowserFrame extends Handler {
|
|||||||
loader.setCacheMode(headers.containsKey("If-Modified-Since")
|
loader.setCacheMode(headers.containsKey("If-Modified-Since")
|
||||||
|| headers.containsKey("If-None-Match") ?
|
|| headers.containsKey("If-None-Match") ?
|
||||||
WebSettings.LOAD_NO_CACHE : cacheMode);
|
WebSettings.LOAD_NO_CACHE : cacheMode);
|
||||||
|
loader.executeLoad();
|
||||||
// Set referrer to current URL?
|
// Set referrer to current URL?
|
||||||
return !synchronous ? loadListener : null;
|
return !synchronous ? loadListener : null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user