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.
1 parent 85f86dd commit 50f9250Copy full SHA for 50f9250
lib/internal/Magento/Framework/HTTP/PhpEnvironment/Response.php
@@ -109,7 +109,7 @@ public function clearHeader($name)
109
$headers = $this->getHeaders();
110
if ($headers->has($name)) {
111
foreach ($headers as $header) {
112
- if (strtolower($header->getFieldName()) == $name) {
+ if (strtolower($header->getFieldName()) == strtolower($name)) {
113
$headers->removeHeader($header);
114
}
115
0 commit comments