Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe0eb52

Browse filesBrowse files
committed
Oh my! Fabbot
1 parent 3447f59 commit fe0eb52
Copy full SHA for fe0eb52

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ protected function forward(Request $request, $catch = false, Response $entry = n
478478
*/
479479
if ($entry->getAge() <= $entry->getMaxAge() + $age) {
480480
$this->record($request, 'stale-if-error');
481+
481482
return $entry;
482483
}
483484
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.