Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With Python 3.12+ and later transport.writelines is implemented as `sendmsg(..., IOV_MAX)` which allows us to avoid joining the bytes and sending them in one go
- Loading branch information