radicle-heartwood-lfs/radicle-node
Alexis Sellier 88c545bfdd
node: Make sure to only read packet-line header
If there is an unexpected error, eg. `BrokenPipe` in the upload process
process of the worker, we may have more than four bytes to read from the
remote socket. This change ensures that we don't attempt to read more
into a buffer of size `4`.
2023-03-16 15:26:16 +01:00
..
src node: Make sure to only read packet-line header 2023-03-16 15:26:16 +01:00
Cargo.toml node: Move tracking store to `radicle` crate 2023-03-15 12:59:49 +01:00
Dockerfile Build container images for deployment 2022-12-14 17:15:40 +01:00