X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=lib%2FBigGet.php;h=73049a6cc7fad449f95e2cf0a22ecef821e1805a;hp=0189261ae2baece183ff4a01ca3e37ec32936f8b;hb=f39ea2b145caa37d9614a8a437ffd3d8914b52f0;hpb=bc0d0be07283bb4669e17528e347cd3870656136 diff --git a/lib/BigGet.php b/lib/BigGet.php index 0189261..73049a6 100644 --- a/lib/BigGet.php +++ b/lib/BigGet.php @@ -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);