в
Size: a a a
в
q
q
$response->headers->set('Cache-Control', '');
q
q
МФ
$response->headers->set('Cache-Control', '');
q
q
EY
EY
q
// Check if we need to send extra expire info headers
if ('1.0' == $this->getProtocolVersion() && false !== strpos($headers->get('Cache-Control'), 'no-cache')) {
$headers->set('pragma', 'no-cache');
$headers->set('expires', -1);
}
EY