Revert "Convert MultiHttpClient to use Guzzle"
authorAntoine Musso <hashar@free.fr>
Wed, 6 Mar 2019 08:52:34 +0000 (08:52 +0000)
committerAntoine Musso <hashar@free.fr>
Wed, 6 Mar 2019 08:53:32 +0000 (09:53 +0100)
commit620509093c62ea224e77395edeaac82e58879393
tree7c3435c6477e35adbe262be97efc77bcd000c7f5
parent9a12e7c5d229629e72f1aaa44b5d36429097e50f
Revert "Convert MultiHttpClient to use Guzzle"

That breaks on Wikimedia beta cluster (T217733):

Warning: Invalid argument: option: 6 in
vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php on line 56

Warning: Invalid argument: option: 6 in
vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php on line 56

Warning: Invalid argument: function: not string, closure, or array in
vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php on line 108

Fatal error: Uncaught exception 'ConfigException'
Failed to load configuration from etcd: cURL error 23: Failed writing
header

This reverts commit 1e048a08b565ae909e85465f8b09a27ed8480ce2.

Bug: T202352
Bug: T217733
Change-Id: I2384355043896128d3f191941e8da00fdc62361e
RELEASE-NOTES-1.33
includes/libs/MultiHttpClient.php
tests/phpunit/includes/MultiHttpClientTest.php [new file with mode: 0644]
tests/phpunit/includes/libs/MultiHttpClientTest.php [deleted file]