https://bugzilla.wikimedia.org/show_bug.cgi?id=31072

--- Comment #2 from Olivier Finlay Beaton <[email protected]> 2011-09-22 
17:34:55 UTC ---
Doing some compat testing and I found out that this is actually lost
functionality.  Here's what Http::get looked like in 1.15

public static function get( $url, $timeout = 'default', $opts = array() ) {
  return Http::request( "GET", $url, $timeout, $opts );

public static function request( $method, $url, $timeout = 'default',
$curlOptions = array() ) {


and $curlOptions can accept CURLOPT_USERAGENT

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to