Index: /temp/trunk/data/module/Net/Socket.php
===================================================================
--- /temp/trunk/data/module/Net/Socket.php	(revision 8275)
+++ /temp/trunk/data/module/Net/Socket.php	(revision 8284)
@@ -449,15 +449,4 @@
         $timeout = time() + $this->timeout;
 		
-		
-		$fp = $this->fp;
-        while (($c =@fgets($fp, $this->lineLength))!==false && (!$this->timeout || time() < $timeout)) {
-            $line .= $c;
-            if (substr($line, -1) == "\n") {
-				
-                return rtrim($line, "\r\n");
-            }
-        }
-		
-		/*
         while (!feof($this->fp) && (!$this->timeout || time() < $timeout)) {
             $line .= @fgets($this->fp, $this->lineLength);
@@ -466,5 +455,5 @@
             }
         }
-        */
+
         return $line;
     }
Index: /temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php
===================================================================
--- /temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php	(revision 8233)
+++ /temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php	(revision 8284)
@@ -184,4 +184,10 @@
 	}
 	
+	// sslÂÐ±þÈ½Äê
+	if(!extension_loaded('openssl')){
+		$arrErr["url"] = "¤³¤Î¥µ¡¼¥Ð¡¼¤ÏSSL¤ËÂÐ±þ¤·¤Æ¤¤¤Þ¤»¤ó¡£http¤ÇÀÜÂ³¤·¤Æ¤¯¤À¤µ¤¤¡£";
+	}
+
+	
 	// ÀÜÂ³¥Á¥§¥Ã¥¯¤ò¹Ô¤¦
 	if(count($arrErr) == 0) $arrErr = lfChkConnect();
