wiki.techinc.nl/includes/http
Tim Starling feba7ee306 Use HttpRequestFactory::createMultiClient() in core where possible
* Use createMultiClient() in CdnCacheUpdate. This will reduce the
  timeout from a hard-coded 900s to a configurable 25s. This is not
  used in WMF production.
* Use createMultiClient() in the VirtualRESTServiceClient service. This
  should have no effect in production since the service is broken per
  T175224.
* Use the new createMultiClient() in the old createMultiClient(). The
  configuration is the same except that the maximum timeouts are now
  respected.

Bug: T245170
Change-Id: I63139d29471bc59e9ef60032fd812a1f24644113
2020-06-02 10:51:43 +10:00
..
CurlHttpRequest.php Respect configured default HTTP timeouts, and introduce max timeouts 2020-05-21 09:30:57 +10:00
GuzzleHttpRequest.php Respect configured default HTTP timeouts, and introduce max timeouts 2020-05-21 09:30:57 +10:00
Http.php Use HttpRequestFactory::createMultiClient() in core where possible 2020-06-02 10:51:43 +10:00
HttpRequestFactory.php Respect configured default HTTP timeouts, and introduce max timeouts 2020-05-21 09:30:57 +10:00
MWCallbackStream.php doxygen: Changed Doxygen tags causing warnings during documentation generation 2020-04-14 03:25:19 +00:00
MWHttpRequest.php Respect configured default HTTP timeouts, and introduce max timeouts 2020-05-21 09:30:57 +10:00
PhpHttpRequest.php Respect configured default HTTP timeouts, and introduce max timeouts 2020-05-21 09:30:57 +10:00