Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sendRequest reads req.buf after closing req.seq
NewRequest says you can avoid reallocating a new buffer for each request by calling it directly. This is not true if req.seq is closed before req.buf is read.
- Loading branch information