summaryrefslogtreecommitdiff
path: root/test/test_sendfile.rs
AgeCommit message (Collapse)Author
2017-12-20Use write_all instead of writeBryant Mairs
Several tests make the assumption that all data is written, which is not guaranteed with write(), so use write_all() instead.
2016-02-12linux: Add sendfile(2)Kamal Marhubi