From 78450f6e2ecf1df7dc4defe8dd954e53e492e786 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Wed, 24 Sep 2014 14:12:25 +0200 Subject: Disable 304 for itjs to see if it fixes apps which are in a broken state (iOS) --- itjs.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'itjs.php') diff --git a/itjs.php b/itjs.php index 90b27fc..8f7f674 100644 --- a/itjs.php +++ b/itjs.php @@ -24,7 +24,8 @@ require "itools/itools.lib"; if (EDC('slowjs')) sleep(20); -if ($_SERVER['HTTP_IF_NONE_MATCH'] && !it::is_devel() && !$_REQUEST['retry']) { +if (false && $_SERVER['HTTP_IF_NONE_MATCH'] && !it::is_devel() && !$_REQUEST['retry']) +{ header("HTTP/1.0 304 Not Modified"); # client should always keep the component that fits the page it has exit; } -- cgit v1.2.3