-
Notifications
You must be signed in to change notification settings - Fork 750
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
h3i: Remove StreamMap::insert from public API
StreamMap is a read-only aggregation of frames that were received over the connection, so it doesn't make sense to provide a way to insert frames in after the connection was completed. This also does some minor internal optimizations/cleanup for StreamMap.
- Loading branch information
1 parent
084bcf5
commit ff24cf5
Showing
2 changed files
with
27 additions
and
40 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