mirror of
https://github.com/versity/versitygw.git
synced 2026-01-07 04:06:23 +00:00
From #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.