Skip to content

Commit

Permalink
Update src/Browser.php
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Lück <christian@clue.engineering>
  • Loading branch information
51imyyy and clue committed Sep 12, 2022
1 parent 51d51e0 commit e60cff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Browser.php
Expand Up @@ -847,6 +847,7 @@ private function requestMayBeStreaming($method, $url, array $headers = array(),
foreach (\array_keys($headers) as $headerKey) {
if (\strcasecmp($headerKey, $key) === 0) {
$explicitHeaderExists = true;
break;
}
}
if (!$explicitHeaderExists) {
Expand Down

0 comments on commit e60cff3

Please sign in to comment.