Index: http.php
===================================================================
--- http.php	(revision 8534)
+++ http.php	(working copy)
@@ -208,7 +208,7 @@
 			$response = $transport->request($url, $r, $headers, $body);
 
 			if( !is_wp_error($response) )
-				break;
+				return $response;
 		}
 
 		return $response;
@@ -649,7 +649,6 @@
 			)
 		);
 
-		var_dump($arrContext);
 		if ( ! is_null($body) )
 			$arrContext['http']['content'] = $body;
 
