No test coverage for sendfile zero-copy transfer path #71
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The function in provides zero-copy file transfer using . However, there are no unit tests covering this code path:
Location
Suggested Fix
Add a test that:
Note: works over pipes on Linux (copies data through), which can be used for testing without a TCP connection.
Severity
Low
Category
Quality