-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add HttpEncoder::SerializeMetadataFrameHeader().
Add HTTP/3 SETTING_ENABLE_METADATA. Add HTTP/3 METADATA frame type. Add HttpEncoder::SerializeMetadataFrameHeader() method to serialize METADATA frame header. Setting identifier and frame type match HTTP/2 ones, see quiche/spdy/core/metadata_extension.cc. See envoyproxy/envoy#2394 and design document linked therein for HTTP/2 METADATA. HTTP/3 implementation will be very similar. PiperOrigin-RevId: 457048873
- Loading branch information
1 parent
c06ea15
commit cb3863a
Showing
6 changed files
with
39 additions
and
0 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
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