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.
2 parents 16eb6e1 + 757ea81 commit f6d7d3aCopy full SHA for f6d7d3a
Factory/DiactorosFactory.php
@@ -154,7 +154,7 @@ public function createResponse(Response $symfonyResponse)
154
}
155
156
$headers = $symfonyResponse->headers->all();
157
- if (!isset($headers['Set-Cookie']) && !isset($headers['set-sookie'])) {
+ if (!isset($headers['Set-Cookie']) && !isset($headers['set-cookie'])) {
158
$cookies = $symfonyResponse->headers->getCookies();
159
if (!empty($cookies)) {
160
$headers['Set-Cookie'] = array();
0 commit comments