Skip to content

Commit

Permalink
[HttpKernel] Fix stale-if-error behavior, add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude authored and fabpot committed Jan 30, 2020
1 parent f3abd07 commit 3bdf327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ public function isImmutable()
}

/**
* Returns true if the response must be revalidated by caches.
* Returns true if the response must be revalidated by shared caches once it has become stale.
*
* This method indicates that the response must not be served stale by a
* cache in any circumstance without first revalidating with the origin.
Expand Down

0 comments on commit 3bdf327

Please sign in to comment.