Skip to content

Commit 3bdf327

Browse files
mpdudefabpot
authored andcommitted
[HttpKernel] Fix stale-if-error behavior, add tests
1 parent f3abd07 commit 3bdf327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ public function isImmutable()
649649
}
650650

651651
/**
652-
* Returns true if the response must be revalidated by caches.
652+
* Returns true if the response must be revalidated by shared caches once it has become stale.
653653
*
654654
* This method indicates that the response must not be served stale by a
655655
* cache in any circumstance without first revalidating with the origin.

0 commit comments

Comments
 (0)