X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=app%2FGithub%2FStorage%2FRedis.php;h=13d641a18afb609f97aa551c3d3fc7140a3d6d44;hb=47343850bc7ab2851d1c6633b65742c43a50d02e;hp=5833a5bae854c1267dcd2ce922c786ebdbb6daa7;hpb=7127fbd60ef118a688b5c4270ed73369b2b2424a;p=pharext%2Fpharext.org diff --git a/app/Github/Storage/Redis.php b/app/Github/Storage/Redis.php index 5833a5b..13d641a 100644 --- a/app/Github/Storage/Redis.php +++ b/app/Github/Storage/Redis.php @@ -38,7 +38,6 @@ class Redis implements Storage } $now = time(); $ltl = $ttl - ($now - $set); - header("X-Cache-Times: ltl=$ltl,now=$now,set=$set,ttl=$ttl", false); if ($ltl >= 0) { if ($update) { $item->time = time();