Looks like WordPress 3.2 no longer has the _getTransport function in the HTTP class. I swapped line 640 with
$transports = $http->_get_first_available_transport('');
and it seems to work, but I’m not certain that’s the correct fix.
@meandrewdunn One would hope so. Still nothing?