Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implement half-duplex streaming (#38)
Implements streaming the CAR file that's generated in a response and consuming a response CAR stream. This is not doing full-duplex streaming yet, but the difference shouldn't be too big. This has helped cold sync in appa a lot, since it reduces the amount of round-trips to one and streams all bytes needed for sync in one go. --- * feat: Implement streaming * fix: Good 'ol 1-character bug * chore: Switch tests to use `TestResult` and `test_log` * feat: Add useful trace msgs * refactor: Re-use streaming impl for non-streaming impl * chore: Write docs
- Loading branch information