Files
Enrico Weigelt, metux IT consult 2bf948a08a os: read file descriptors into client struct at once
Instead of having the request handler ask for fd's one by one, just read them
all into a little array in ClientRec struct. And also automatically clean up
after request had been handled.

Request handlers need to set the entries to -1 if they shouldn't be closed
automatically.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-02-21 14:17:36 +01:00
..
2025-02-17 18:13:33 +00:00
2025-02-11 19:13:01 +01:00
2025-02-18 11:17:40 +00:00
2024-04-15 23:10:31 +00:00
2025-02-11 19:13:01 +01:00
2025-02-06 15:51:27 +00:00
2025-02-11 19:13:01 +01:00
2025-02-17 19:25:14 +00:00