Sergio León

Results 2 comments of Sergio León
trafficstars

Can you try using exceptions to check these problems? ```php try { $response = (new Dispatcher($collector->getData()))->dispatch( $_SERVER['REQUEST_METHOD'], implode('/', array_slice(explode('/', $_SERVER['REQUEST_URI']), 0)) ); echo($response); } catch (HttpRouteNotFoundException $e) { echo($e->getMessage()); }...

For my part, it also makes it slow and I have to kill the process, it causes the RAM memory consumption to skyrocket to almost 18GB, when normally my machine...