mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
7e7d6d6380
This ensures that no useless "Failed to poll event" error messages are logged during normal server operation, as the SOCK_EAGAIN error simply indicates another worker is already serving the request. Closes GH-19964