We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f7836a + 9143fb8 commit eb07457Copy full SHA for eb07457
lib/Productsup/Http/Request.php
@@ -17,7 +17,7 @@ class Request
17
18
public $queryParams = array();
19
20
- public $allowCompression = true;
+ public $allowCompression = false;
21
22
private $_Client;
23
lib/Productsup/Service/ProductData.php
@@ -254,6 +254,7 @@ private function _submit() {
254
$this->createBatchId();
255
$this->didSubmit = true;
256
$request = $this->getRequest();
257
+ $request->allowCompression = true;
258
$request->method = Request::METHOD_POST;
259
$request->url .= '/upload';
260
$request->postBody = $this->_productData;
0 commit comments