-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make a writemGSO API with just iovecs [1/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**: I'd like to use `fillMsgVec` within the version of `writemGSO` that takes in iovecs instead of IOBufs. So, I'm separating out the IOBuf-filling functionality of `fillMsgVec` into a separate function. Reviewed By: jbeshay Differential Revision: D67873285 fbshipit-source-id: 519a68e97aba878bb52818d63afd95eb75b8ce26
- Loading branch information
1 parent
9b71bc3
commit 249d914
Showing
2 changed files
with
27 additions
and
25 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
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