We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a1bdc0 + 7cac100 commit cf0ecbeCopy full SHA for cf0ecbe
README.md
@@ -164,7 +164,7 @@ class DefaultController extends Controller
164
// If you are using a https connection, you have to set those two headers and use sendHeaders() for compatibility with IE <9
165
$response->headers->set('Pragma', 'public');
166
$response->headers->set('Cache-Control', 'maxage=1');
167
- $response->sendHeaders();
+
168
return $response;
169
}
170
0 commit comments