Skip to content
Snippets Groups Projects
Commit 19ce82a1 authored by dtc's avatar dtc
Browse files

There were a the few calls to unix-select that limited the file

descriptor to an (unsigned-byte 32) and thus limited this code to file
descriptors less than 32, this was probably done to limit consing.
Replace these with unix-fast-select, allowing the use of file
descriptors upto fd-setsize (doesn't cons). Tested with over 128 FDs
running CL-HTTP on FreeBSD.
parent 6c9a43f6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment