Skip to content

Commit 331d034

Browse files
rokonecstephentoub
andauthored
Review changes stephentoub dotnet#4
Co-authored-by: Stephen Toub <[email protected]>
1 parent e3b25a3 commit 331d034

File tree

1 file changed

+1
-1
lines changed
  • src/libraries/Common/src/System/Net/Http/aspnetcore/Http2/Hpack

1 file changed

+1
-1
lines changed

src/libraries/Common/src/System/Net/Http/aspnetcore/Http2/Hpack/Huffman.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ internal static class Huffman
271271
(0b11111111_11111111_11111111_11111100, 30)
272272
};
273273

274-
private static ushort[] s_decodingTree = GenerateDecodingLookupTree();
274+
private static readonly ushort[] s_decodingTree = GenerateDecodingLookupTree();
275275

276276
public static (uint encoded, int bitLength) Encode(int data)
277277
{

0 commit comments

Comments
 (0)