Index: wp-includes/http.php
===================================================================
--- wp-includes/http.php	(revision 9900)
+++ wp-includes/http.php	(working copy)
@@ -786,6 +786,7 @@
 		stream_set_timeout($handle, $r['timeout'] );
 
 		if ( ! $r['blocking'] ) {
+			stream_set_blocking($handle, 0);
 			fclose($handle);
 			return array( 'headers' => array(), 'body' => '', 'response' => array('code', 'message') );
 		}

