Index: http.php
===================================================================
--- http.php	(revision 8582)
+++ http.php	(working copy)
@@ -900,7 +900,7 @@
 
 		$theResponse = curl_exec( $handle );
 
-		list($theHeaders, $theBody) = explode("\r\n\r\n", $strResponse, 2);
+		list($theHeaders, $theBody) = explode("\r\n\r\n", $theResponse, 2);
 		$theHeaders = WP_Http::processHeaders($theHeaders);
 
 		$response = array();
