Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make a writem API with just iovecs [5/n]
Summary: **Background for the diff stack**: We'd like to excise the usage of folly from a library that we maintain (quic), which is why we'd like to have a version of `writemGSO` that takes in iovecs instead of IOBufs. **What this diff is doing**: We're creating a new `writemv` function that does basically the same thing that `writem` does, except it uses `iovec`s instead of `IOBuf`s. This is pretty similar to `writem`. Reviewed By: mjoras Differential Revision: D68736205 fbshipit-source-id: b6dc9b1740d31bff97ec9e0b49923717f0b819b5
- Loading branch information