Change #246172
Category | curl |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Sun 19 Oct 2025 23:59:37 |
Repository | https://github.com/curl/curl.git |
Project | curl |
Branch | master |
Revision | 8504c41e2c61475355318a89446891c375b86aec |
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 Closes #19143
Changed files
- src/tool_cb_rea.c