Failed Conditions
Push — improve/performance ( a6615f...85882a )
by Ryo
422:59 queued 414:38
created
src/Eccube/Application.php 1 patch
Doc Comments   +1 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1117,14 +1117,4 @@
 block discarded – undo
1117 1117
                         ));
1118 1118
 
1119 1119
                         if ($response->isNotModified($request)) {
1120
-                            return $response;
1121
-                        }
1122
-                    }
1123
-                }
1124
-            }
1125
-
1126
-        }, -1024);
1127
-
1128
->>>>>>> k-yamamura/feature-httpcache
1129
-    }
1130
-}
1120
+                            return $response
1131 1121
\ No newline at end of file
Please login to merge, or discard this patch.