Skip to content

Commit 35c7c09

Browse files
committed
Remove 'Accept-Encoding' header
1 parent 26be2d6 commit 35c7c09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/IronCore.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class IronCore
1616
{
17-
protected $core_version = '1.0.2';
17+
protected $core_version = '1.0.4';
1818

1919
// should be overridden by child class
2020
protected $client_version = null;
@@ -428,7 +428,6 @@ protected function setCommonHeaders()
428428
'User-Agent' => $this->userAgent(),
429429
'Content-Type' => 'application/json',
430430
'Accept' => self::HEADER_ACCEPT,
431-
'Accept-Encoding' => self::HEADER_ACCEPT_ENCODING,
432431
'Connection' => 'Keep-Alive',
433432
'Keep-Alive' => '300',
434433
);

0 commit comments

Comments
 (0)