forked from cameleon-rs/cameleon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts the following patch, in order to fix cameleon-rs#196
commit a371076 Author: Brian Schwind <brianmschwind@gmail.com> Date: Thu May 11 22:49:45 2023 +0900 Use async transfers for the leader and trailer buffers Performing leader, payload and trailer bulk transfers in one common async pool loop may change the order of buffers. So instead of leader-payload-trailer we may get trailer-leader-payload, which is currently not handled by the buffer parsing code. This patch could be re-applied later, acompanied by a proper order-independent handling.
- Loading branch information
Showing
1 changed file
with
129 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters