-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement delivery callback for HQStreamTransport
Summary: I'm modifying `HQSession::HQStreamTransport::sendWebTransportStreamData` so that delivery callbacks are conveyed to the passed-in `DeliveryCallback*` if it is non-`nullptr`. I'm also adding some state to keep track of the preface size written to the beginning of each stream, so that we can subtract it off when we fire the delivery callback. Reviewed By: hanidamlaj Differential Revision: D69619154 fbshipit-source-id: e9f4f4444ea3fe555fd3af6be9d47d3a779b0f81
- Loading branch information
1 parent
1ff5e10
commit 81eb4cb
Showing
3 changed files
with
52 additions
and
17 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
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