mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Looking at the strace, the timeout is only 1s which may be too low anyway for checking for a response, but some servers also don't end up replying finally anyway and close the connection already. `data_available` was originally used for non-blocking downloads/uploads and then reused for the shutdown sequence, but its error handling was never adjusted to be silent. Closes GH-20294.