]> git.proxmox.com Git - proxmox-backup.git/commit
handle_static_file_download: optimize small files
authorDietmar Maurer <dietmar@proxmox.com>
Sun, 11 Nov 2018 16:10:42 +0000 (17:10 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sun, 11 Nov 2018 16:10:42 +0000 (17:10 +0100)
commit78d0783b0094e19f02108098baeefc3712cd0d45
tree80553d04a8413c2384b94a37f51d9a6c1b34f3d9
parent579fbe7dc8e2613bcbcf5744e1305c3c9a0ba129
handle_static_file_download: optimize small files

Avoid chuncked transfer for small files.
src/main.rs