X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=lib%2FBigGet.php;h=73049a6cc7fad449f95e2cf0a22ecef821e1805a;hp=0189261ae2baece183ff4a01ca3e37ec32936f8b;hb=aebfa7783e7b280bff4975649b20494e5eb932bc;hpb=2a929fe95c4303891769139d42440a3670e76033 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);