Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use After Free in PacketReader (#67)
* refactor: use `Bytes` for buffer * fix: deal with remain bytes * refactor: remove unused clone * chore: remove another unused clone * depend: relax `bytes` version require * chore: change it back&update some comment * test: add test for various packet size * tests: async read
- Loading branch information