forked from nghttp2/nghttp2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate extension frames from core frames
ALTSVC and BLOCKED frames are now extension frames. To add new extension frame without modifying nghttp2_frame union, which causes so name bump, we separated extension frames from core frames. nghttp2_frame includes generic nghttp2_extension. The payload member of nghttp2_extension will point to the structure of extension frame payload. The frame types of extension frames are defined in nghttp2_ext_frame_type.
- Loading branch information
1 parent
317b8ba
commit dacc9b2
Showing
11 changed files
with
264 additions
and
145 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
Oops, something went wrong.