Skip to content

Commit

Permalink
Hydrate call can receive a 100-continue header.
Browse files Browse the repository at this point in the history
  • Loading branch information
NickolasMalovanets committed Oct 23, 2024
1 parent e6db4c8 commit 14f506d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Model/Http/Client/Command/Client/Curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ protected function makeRequest($method, $uri, $params = [])
}
$this->curlOption(CURLOPT_HTTPHEADER, $heads);
}
$this->curlOption(CURLOPT_HTTPHEADER, ['Expect:']);
if (count($this->_cookies)) {
$cookies = [];
foreach ($this->_cookies as $k => $v) {
Expand Down

0 comments on commit 14f506d

Please sign in to comment.