8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80369c8 commit cadd04cCopy full SHA for cadd04c
http_cache/esi.rst
@@ -99,7 +99,7 @@ independently of the rest of the page::
99
100
// src/Controller/DefaultController.php
101
namespace App\Controller;
102
-
+
103
// ...
104
class DefaultController extends AbstractController
105
{
@@ -156,7 +156,7 @@ used ``render()``.
156
157
.. note::
158
159
- Symfony considers that a gateway cache supports ESI if its responses include
+ Symfony considers that a gateway cache supports ESI if its request include
160
the ``Surrogate-Capability`` HTTP header and the value of that header
161
contains the ``ESI/1.0`` string anywhere.
162
0 commit comments