radicle-heartwood-lfs/radicle-node
Alexis Sellier c4a66c20d0
node: Fix potential protocol mismatch on fetch
It's possible that the daemon or stream closes the git connection
without reading the final `done` packet. If this is the case, we
try to read it after either of the connections is closed.

This may potentially mitigate the issue where the node then receives
the `done` packet while in gossip mode, and disconnects the remote
for misbehavior.
2023-03-16 15:26:13 +01:00
..
src node: Fix potential protocol mismatch on fetch 2023-03-16 15:26:13 +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