$chunks[$i] =
$boundary.
$options['src'
]."\n".
($options['alt'
] ?? ''
)."\n".
('continue'
=== ($options['onerror'
] ?? ''
))."\n";
$i += 2;
} $content =
$boundary.
implode('',
$chunks).
$boundary;
$response->
setContent($content);
$response->headers->
set('X-Body-Eval', 'ESI'
);
// remove ESI/1.0 from the Surrogate-Control header
$this->
removeFromControl($response);
return $response;
}}