Skip to content

Commit bccaa41

Browse files
authored
Update Http2Utilities.cs
1 parent dc3cb10 commit bccaa41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Http2cat/Http2Utilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public unsafe string GetAsciiStringNonNullCharacters(ReadOnlySpan<byte> span)
168168
return asciiString;
169169
}
170170

171-
public unsafe string GetAsciiOrUTF8StringNonNullCharacters(this ReadOnlySpan<byte> span)
171+
public unsafe string GetAsciiOrUTF8StringNonNullCharacters(ReadOnlySpan<byte> span)
172172
{
173173
if (span.IsEmpty)
174174
{

0 commit comments

Comments
 (0)