Skip to content
Snippets Groups Projects
Commit dfd826ab authored by Per Hedbor's avatar Per Hedbor
Browse files

Added is_file member to Stdio.File. It's true if the file is a file and not a...

Added is_file member to Stdio.File. It's true if the file is a file and not a socket or a pipe. This is in turn used by Stdio.sendfile to avoid non-blocking I/O on files (since it does not make all that much sense, really, and it's slower than blocking I/O)

Rev: lib/modules/Stdio.pmod/module.pmod:1.91
parent b21d9e15
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment