mirror of
git://git.proxmox.com/git/pxar.git
synced 2025-01-06 21:17:40 +03:00
318462ea3d
When using the random accessor to access FIFOs or sockets, the ranged reader limits the data to only that entry, and the `decode_entry` will never see a `PAYLOAD` or `GOODBYE_TABLE` item to finish the entry. Instead, it'll reach EOF and we need to handle this. The accessor now tells the decoder to expect EOF as a valid condition for ending the entry. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> |
||
---|---|---|
.. | ||
fs.rs | ||
main.rs |