mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #05457
[Bug 562699] A change has been merged
Reviewed: https://reviews.mahara.org/431
Committed: http://gitorious.org/mahara/mahara/commit/9331c2291bdc6cbe0e5dd5dac1d60324794d57f9
Submitter: Richard Mansfield (richardm@xxxxxxxxxx)
Branch: master
commit 9331c2291bdc6cbe0e5dd5dac1d60324794d57f9
Author: Hugh Davenport <hugh@xxxxxxxxxxxxxxx>
Date: Mon Jul 4 16:13:13 2011 +1200
Make xmlrpc client use mahara_http_request
The xmlrpc client was still using curl directly. This patch
converts this to use mahara_http_request instead.
This fixes bug #562699
Change-Id: I6f775275f193132031e334e456867cc137308c0e
Signed-off-by: Hugh Davenport <hugh@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/562699
Title:
xmlrpc client API doesn't use proxy settings
Status in Mahara ePortfolio:
In Progress
Bug description:
in api/xmlrpc/client.php: function send():
this doesn't ever use proxy settings, hence was timing out for me
because my web server MUST go through a proxy.
I was able to fix it by adding these lines:
if($proxy_address = get_config('proxyaddress')) {
curl_setopt($ch, CURLOPT_PROXY, $proxy_address);
}
Thanks
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/562699/+subscriptions
References