We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b25a3 commit 331d034Copy full SHA for 331d034
src/libraries/Common/src/System/Net/Http/aspnetcore/Http2/Hpack/Huffman.cs
@@ -271,7 +271,7 @@ internal static class Huffman
271
(0b11111111_11111111_11111111_11111100, 30)
272
};
273
274
- private static ushort[] s_decodingTree = GenerateDecodingLookupTree();
+ private static readonly ushort[] s_decodingTree = GenerateDecodingLookupTree();
275
276
public static (uint encoded, int bitLength) Encode(int data)
277
{
0 commit comments