Index: trunk/phase3/includes/HttpFunctions.php |
— | — | @@ -18,6 +18,7 @@ |
19 | 19 | * @returns mixed (bool)false on failure or a string on success |
20 | 20 | */ |
21 | 21 | public static function request( $method, $url, $options = array() ) { |
| 22 | + wfDebug( "HTTP: $method: $url" ); |
22 | 23 | $options['method'] = strtoupper( $method ); |
23 | 24 | if ( !isset( $options['timeout'] ) ) { |
24 | 25 | $options['timeout'] = 'default'; |