Skip to content

Commit 6e537f4

Browse files
Sync shared code from runtime (#54306)
Co-authored-by: eerhardt <[email protected]>
1 parent a317419 commit 6e537f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/runtime/Http2/Hpack/Huffman.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ public static int Decode(ReadOnlySpan<byte> src, ref byte[] dstArray)
677677
// see comments in GenerateDecodingLookupTree() describing decoding table
678678

679679
Span<byte> dst = dstArray;
680-
Debug.Assert(dst != null && dst.Length > 0);
680+
Debug.Assert(dst.Length > 0);
681681

682682
ushort[] decodingTree = s_decodingTree;
683683

0 commit comments

Comments
 (0)