Skip to content

Commit

Permalink
Add SchemeHttp index to QPACK constants (dotnet#62800)
Browse files Browse the repository at this point in the history
Co-authored-by: JamesNK <[email protected]>
  • Loading branch information
github-actions[bot] and JamesNK authored Dec 15, 2021
1 parent a0218e4 commit c55836a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ internal static partial class H3StaticTable
public const int MethodOptions = 19;
public const int MethodPost = 20;
public const int MethodPut = 21;
public const int SchemeHttp = 22;
public const int SchemeHttps = 23;
public const int Status103 = 24;
public const int Status200 = 25;
Expand Down

0 comments on commit c55836a

Please sign in to comment.