| @@ -305,9 +305,9 @@ | ||
| 305 | 305 | foreach ($headers as $key => $value) { |
| 306 | 306 | $this->request = $this->request->withHeader($key, $value); |
| 307 | 307 | } |
| 308 | 308 | |
| 309 | - $response = $this->client->execute($this->request, null); | |
| 309 | + $response = $this->client->execute($this->request, false); | |
| 310 | 310 | $location = $response->getHeaderLine('location'); |
| 311 | 311 | $code = $response->getStatusCode(); |
| 312 | 312 | |
| 313 | 313 | if (200 == $code && true == $location) { |