Project

General

Profile

[Solved] Lighttpd not accepting connections in r2690, PATCH

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)


Replies (1)

RE: Lighttpd not accepting connections in r2690, PATCH - Added by stbuehler over 15 years ago

Nice catch, thx. (The fix is slighty different from yours; i think your patch doesn't work on windows).
See r2705

    (1-1/1)