Skip to content

Commit e60cff3

Browse files
51imyyyclue
andauthored
Update src/Browser.php
Co-authored-by: Christian Lück <[email protected]>
1 parent 51d51e0 commit e60cff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Browser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@ private function requestMayBeStreaming($method, $url, array $headers = array(),
847847
foreach (\array_keys($headers) as $headerKey) {
848848
if (\strcasecmp($headerKey, $key) === 0) {
849849
$explicitHeaderExists = true;
850+
break;
850851
}
851852
}
852853
if (!$explicitHeaderExists) {

0 commit comments

Comments
 (0)