Update Http2Utilities.cs
This commit is contained in:
parent
dc3cb10f2b
commit
bccaa41ca8
|
|
@ -168,7 +168,7 @@ namespace Microsoft.AspNetCore.Http2Cat
|
||||||
return asciiString;
|
return asciiString;
|
||||||
}
|
}
|
||||||
|
|
||||||
public unsafe string GetAsciiOrUTF8StringNonNullCharacters(this ReadOnlySpan<byte> span)
|
public unsafe string GetAsciiOrUTF8StringNonNullCharacters(ReadOnlySpan<byte> span)
|
||||||
{
|
{
|
||||||
if (span.IsEmpty)
|
if (span.IsEmpty)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue