Index: wp-includes/functions.php
===================================================================
--- wp-includes/functions.php	(revision 8895)
+++ wp-includes/functions.php	(working copy)
@@ -1296,7 +1296,7 @@
 		if ( !$fp )
 			return false;
 
-		//stream_set_timeout($fp, $timeout); // Requires php 4.3
+		stream_set_timeout($fp, $timeout); // Requires php 4.3
 		$linea = '';
 		while ( $remote_read = fread( $fp, 4096 ) )
 			$linea .= $remote_read;
