-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
h3i: Improve ConnectionSummary stream_map serialization
The ConnectionSummary can be serialized to help other tooling consume the output of h3i. Previously we didn't support the seralization of DATA frame payloads. Furthermore, we were a bit inconsistent with how we serialize frames with binary payloads. This change adds support for logging DATA frame payloads and ensures that all frames consistently have a `_len` field to indicate the true length of the frame. Documentation has been added with a pointer to the hexstring qlog definition that we use here. Closes #1917
- Loading branch information
Showing
2 changed files
with
24 additions
and
5 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