mirror of
https://github.com/php/php-src.git
synced 2026-03-25 08:42:29 +01:00
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