- CS
[m6w6/ext-http] / lib / BigGet.php
index 0189261ae2baece183ff4a01ca3e37ec32936f8b..73049a6cc7fad449f95e2cf0a22ecef821e1805a 100644 (file)
@@ -156,13 +156,7 @@ class BigGet extends HttpRequestPool
      */
     protected function socketPerform()
     {
-        try {
-            $rs = parent::socketPerform();
-        } catch (HttpRequestPoolException $x) {
-            foreach ($x->exceptionStack as $e) {
-                echo $e->getMessage(), "\n";
-            }
-        }
+        $rs = parent::socketPerform();
         
         foreach ($this->getFinishedRequests() as $r) {
             $this->detach($r);