Forums » Development »
Added by scharfm over 15 years ago
Hi,
i tried to use the development version r2690 for testing purpouses on a very limited system that provides only select(...) to check for fd events.
I noticed that the server didn't accept any connections. The issure should be solved with the applied path. (fdevent_select_event_add sets ev->select_max_fd to the largest used fd, but fdevent_select_get_revents checks only for available events in fd's till select_max_fd -1)
Nice catch, thx. (The fix is slighty different from yours; i think your patch doesn't work on windows).
See r2705