Move URL expansion from Http::request() (where it was put in r93820) to MWHttpRequest...
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 8 Sep 2011 13:48:11 +0000 (13:48 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 8 Sep 2011 13:48:11 +0000 (13:48 +0000)
commit37e3f5dff583300059f4a1c527dc765f63b1d417
tree25c25ea208fb2c84506885f9bbca9cb6aec81cc1
parent0e6ebd966ea6bb2c6e49b3e557210cd370dd41ef
Move URL expansion from Http::request() (where it was put in r93820) to MWHttpRequest::__construct(). That should fix bug 30797 (UploadStash barfs on protocol-relative URLs)
includes/HttpFunctions.php