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 8be0277 commit 2fd7686Copy full SHA for 2fd7686
system/HTTP/CURLRequest.php
@@ -482,7 +482,7 @@ protected function setResponseHeaders(array $headers = [])
482
$title = substr($header, 0, $pos);
483
$value = substr($header, $pos + 1);
484
485
- $this->response->setHeader($title, $value);
+ $this->response->addHeader($title, $value);
486
} elseif (strpos($header, 'HTTP') === 0) {
487
preg_match('#^HTTP\/([12](?:\.[01])?) (\d+) (.+)#', $header, $matches);
488
0 commit comments