Remove $timeout parameter from Http::get()
authorChad Horohoe <chadh@wikimedia.org>
Fri, 27 Feb 2015 16:48:21 +0000 (08:48 -0800)
committerChad Horohoe <chadh@wikimedia.org>
Mon, 2 Mar 2015 18:15:49 +0000 (10:15 -0800)
commita718795dea4acf6b6425c2610e2c8d45efe4d1f3
treec40b819c9241f7fda4a9b62e86ef47752643a20e
parente5255674fb7ac337c9144f6e4660551a89c5e915
Remove $timeout parameter from Http::get()

It is inconsistent with request() and post() and there's a couple
of mistaken usages in core and extensions that think they have the
same signature.

Change-Id: I834278639a3648edec7bcb57db7bb61f456d2a92
includes/HttpFunctions.php