mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 05:22:56 +00:00
`download_byte_range()` is basically a copy of `download()` with an additional option passed to the backend SDKs. This can cause these code paths to diverge, and prevents combining various options. This patch adds `DownloadOpts::byte_(start|end)` and move byte range handling into `download()`.