mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-26 18:41:05 +01:00
New function load_file_into_tar() concatenates a file into an in-memory tar archive and grows its size. Only the base name and a provided prefix are used to name the faile. If the file cannot be loaded, it's added as size zero and permissions 0 to show that it failed to load. This will be used to load post-mortem information so it needs to remain simple.