Page MenuHomePhabricator

Change HttpRequestFactory default to guzzle
Closed, ResolvedPublic

Description

The final known issues with GuzzleHttpRequest were corrected in T212175, and GuzzleHttpRequest is available from HttpRequestFactory if code explicitly requests it. But to gain the benefits of GuzzleHttpRequest, and ultimately complete T137926, we must switch to using guzzle by default.

Enable guzzle as the default in HttpRequestFactory (a one-line change).

This is being done as a separate task instead of as part of T212175 so that it is conveniently revertable, should issues arise.

Event Timeline

Change 488493 had a related patch set uploaded (by BPirkle; owner: BPirkle):
[mediawiki/core@master] Change HttpRequestFactory default to guzzle

https://gerrit.wikimedia.org/r/488493

Change 488493 merged by jenkins-bot:
[mediawiki/core@master] Change HttpRequestFactory default to guzzle

https://gerrit.wikimedia.org/r/488493

This has been merged