Skip to content

Commit 52e28d5

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Minors. refs symfony#14801
2 parents 43bfb3b + cadd04c commit 52e28d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http_cache/esi.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ independently of the rest of the page::
9999

100100
// src/Controller/DefaultController.php
101101
namespace App\Controller;
102-
102+
103103
// ...
104104
class DefaultController extends AbstractController
105105
{
@@ -156,7 +156,7 @@ used ``render()``.
156156

157157
.. note::
158158

159-
Symfony considers that a gateway cache supports ESI if its responses include
159+
Symfony considers that a gateway cache supports ESI if its request include
160160
the ``Surrogate-Capability`` HTTP header and the value of that header
161161
contains the ``ESI/1.0`` string anywhere.
162162

0 commit comments

Comments
 (0)