Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make zero-copy GetObject possible via sendfile
From versity#919, This provides the *os.File handle to io.Copy() for the case where the full file range is requested. This prevents hiding the *os.File type for io.Copy() optimizations. This still requires the change to valyala/fasthttp#1889 to expose the net.Conn similarly to enable the linux sendfile optimization.
- Loading branch information