aboutsummaryrefslogtreecommitdiff
path: root/src/recv.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement request cancellationAlex Auvolat2022-09-011-1/+17
* Merge branch 'fix-ping' into stream-bodyAlex Auvolat2022-09-011-7/+9
* Add OrderTag to Req and Resp, refactor errorsAlex Auvolat2022-09-011-2/+6
* Also encode errorkind in streamAlex Auvolat2022-09-011-3/+4
* Stream errors are now std::io::ErrorAlex Auvolat2022-09-011-17/+21
* recv side: use unbounded channel to remove deadlockAlex Auvolat2022-09-011-10/+8
* Fix things going wrong when sending chan is closedAlex Auvolat2022-07-261-1/+6
* Add some debuggingAlex Auvolat2022-07-251-4/+15
* Remove blocking_send that crashesAlex Auvolat2022-07-251-1/+3
* Move things around and fix error bitAlex Auvolat2022-07-221-1/+1
* Use bounded channels on receive side for backpressureAlex Auvolat2022-07-221-20/+18
* Clean up framing protocolAlex Auvolat2022-07-221-1/+1
* Use Bytes instead of Vec<u8>Alex Auvolat2022-07-211-1/+2
* Refactor send.rsAlex Auvolat2022-07-211-4/+1
* Move things aroundAlex Auvolat2022-07-211-0/+114