1
Fork 0

transport.ha: fix unreachable abort

This commit is contained in:
Drew DeVault 2024-03-04 11:23:32 +01:00
parent 9d14e36566
commit cfdb921520

View file

@ -298,6 +298,4 @@ fn chunked_read(
rd.pending -= 2;
rd.state = chunk_state::HEADER;
};
abort(); // Unreachable
};