refactor: merge sendfile and single_calls _no_path variants with send_path bool #19

Merged
TapTap merged 1 commits from refactor/merge-path-variants into incremental-sync 2026-07-18 16:29:23 +02:00

1 Commits

Author SHA1 Message Date
TapTap 1924fd5157 refactor: merge sendfile and single_calls _no_path variants with send_path bool
Replace four send functions (file_send_sendfile, file_send_sendfile_no_path,
file_send_single_calls, file_send_single_calls_no_path) with two functions
that accept a send_path boolean parameter. Removes ~50 lines of duplicated code.
2026-07-18 16:24:56 +02:00