PluginProbe
WP-Stateless – Google Cloud Storage / trunk
WP-Stateless – Google Cloud Storage vtrunk
4.4.3 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.3.0 2.3.1 2.3.2 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 All 62 releases
← All changes | lib/Google/src/Http/MediaFileUpload.php +1 -1 3.2.0trunk View file →
@@ -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) {