symfony / panther

A browser testing and web crawling library for PHP and Symfony
MIT License
2.94k stars 222 forks source link

PHP Webserver only handles certain amount of requests #326

Open dpfaffenbauer opened 4 years ago

dpfaffenbauer commented 4 years ago

I am not sure what is going on, but the PHP Webserver freezes for me when started by Panther at around 384 requests. That can be any kind of requests, css, js or actual PHP. I'll provide a TestCase and see if that also happens on travis.

dpfaffenbauer commented 4 years ago

Interesting, this only happens with PHP 7.4. Works fine with 7.3...