Change #246132
Category | None |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Sun 19 Oct 2025 15:59:09 |
Repository | https://api.github.com/repos/curl/curl |
Project | curl/curl |
Branch | bagder/tool-wait-fd |
Revision | 97ba39a5879438dc9b00d9f302d3ad84a979c8da |
Comments
tool_cb_rea: use poll instead of select if available - poll doesn't have the FD_SETSIZE problem - select: if socket >= FD_SETSIZE, skip the call
Changed files
- src/tool_cb_rea.c