R
ragtek
Guest
hm, no documentation said, it's using streams and curl is only fallback
but once i find some time for this, i'll try to see how i can fix this.
PHP:
class XenForo_Helper_Http
{
/**
* Gets a Zend_Http_Client object, automatically switching to cURL if the
* specified URL can't be handled by streams.
*
* @param string $uri
* @param array $options
*
* @return Zend_Http_Client
*/
public static function getClient($uri, array $options = array())
{
but once i find some time for this, i'll try to see how i can fix this.