mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +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