Changing CURLTransport to the default for now.

This commit is contained in:
Matt Butcher 2012-03-14 11:30:27 -05:00
parent 8375596cf0
commit 1ae397e9f3

View File

@ -121,7 +121,11 @@ class Bootstrap {
public static $config = array(
// The transport implementation. By default, we use the PHP stream
// wrapper's HTTP mechanism to process transactions.
'transport' => '\HPCloud\Transport\PHPStreamTransport',
//'transport' => '\HPCloud\Transport\PHPStreamTransport',
// This is the default transport while a bug persists in the
// Identity Services REST service.
'transport' => '\HPCloud\Transport\CURLTransport',
);
/**