Skip to content

Commit

Permalink
Source Format Enforcement
Browse files Browse the repository at this point in the history
  • Loading branch information
yadij committed Jun 29, 2024
1 parent 6092eec commit 9008167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/http/FrameType.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ typedef enum : uint8_t {
FRAME_CANCEL_PUSH = FRAME_RST_STREAM,
FRAME_MAX_PUSH_ID = 0x0D

/* types 0x1f * N + 0x21 reserved for experimental use */
/* types 0xf0-0xff reserved for experimental use */
/* types 0x1f * N + 0x21 reserved for experimental use */
/* types 0xf0-0xff reserved for experimental use */
} FrameType;

extern const SBuf FrameType_sb[];
Expand Down

0 comments on commit 9008167

Please sign in to comment.