Update Http2Utilities.cs

This commit is contained in:
Justin Kotalik 2020-06-17 11:17:35 -07:00 committed by GitHub
parent dc3cb10f2b
commit bccaa41ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ namespace Microsoft.AspNetCore.Http2Cat
return asciiString;
}
public unsafe string GetAsciiOrUTF8StringNonNullCharacters(this ReadOnlySpan<byte> span)
public unsafe string GetAsciiOrUTF8StringNonNullCharacters(ReadOnlySpan<byte> span)
{
if (span.IsEmpty)
{