Merge "Make a VirtualRESTService class for Parsoid"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 7 Jan 2015 01:29:44 +0000 (01:29 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 7 Jan 2015 01:29:44 +0000 (01:29 +0000)
1  2 
autoload.php
includes/libs/MultiHttpClient.php

diff --cc autoload.php
Simple merge
@@@ -57,9 -60,9 +60,10 @@@ class MultiHttpClient 
         * @param array $options
         *   - connTimeout     : default connection timeout
         *   - reqTimeout      : default request timeout
+        *   - proxy           : HTTP proxy to use
         *   - usePipelining   : whether to use HTTP pipelining if possible (for all hosts)
         *   - maxConnsPerHost : maximum number of concurrent connections (per host)
 +       * @throws Exception
         */
        public function __construct( array $options ) {
                if ( isset( $options['caBundlePath'] ) ) {