tools
tools copied to clipboard
Does dart io use sendfile on linux?
Does dart io (or http server) serve static files with zero copy sysyem calls(sendfile)?
Not sure what this is a question for.
It's probably not for package:io, it doesn't contain any HTTP code.
If it's package:http, that would be https://github.com/dart-lang/http/
If it's for dart:io, the answer is probably "no".