Skip to content

Commit ba6513f

Browse files
Update lib/internal/Magento/Framework/HTTP/Client/Curl.php
Co-authored-by: Ihor Sviziev <ihor-sviziev@users.noreply.github.com>
1 parent 44d88e6 commit ba6513f

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/HTTP/Client

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/HTTP/Client/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ protected function parseHeaders($ch, $data)
453453
}
454454

455455
if (strlen($name)) {
456-
if ("set-cookie" == strtolower($name)) {
456+
if ("set-cookie" === strtolower($name)) {
457457
if (!isset($this->_responseHeaders['Set-Cookie'])) {
458458
$this->_responseHeaders['Set-Cookie'] = [];
459459
}

0 commit comments

Comments
 (0)