Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanConroy committed Aug 7, 2024
1 parent 1343aae commit 18b966d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Servers/Kestrel/Core/src/Internal/Http/PathDecoder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ public static string DecodePath(Span<byte> path, bool pathEncoded, string rawTar
return rawTarget;
}

return path.Slice(0, pathLength).GetAsciiStringNonNullCharacters();
return path.Slice(0, pathLength).GetAsciiString();
}
}

0 comments on commit 18b966d

Please sign in to comment.