Remove unnecessary length restriction on Uri.Escape{Data/Uri}String (dotnet/corefx...
authorStephen Toub <stoub@microsoft.com>
Thu, 10 Oct 2019 10:03:29 +0000 (06:03 -0400)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2019 10:03:29 +0000 (06:03 -0400)
commit08b76ee2b9d09a13adecccbc727f5c9f1b27b7f4
treed78b358ea355d6def45b19153c0e77662b5bcfd2
parent7185890fe126de466dff5303e88563196546942b
Remove unnecessary length restriction on Uri.Escape{Data/Uri}String (dotnet/corefx#41686)

* Remove unnecessary length restriction on Uri.Escape{Data/Uri}String

* Address PR feedback

Co-Authored-By: David Shulman <david.shulman@microsoft.com>
Commit migrated from https://github.com/dotnet/corefx/commit/1d49632bc213416d27ed6c567fd8dd08e00170a1
src/libraries/System.Net.Http/tests/FunctionalTests/FormUrlEncodedContentTest.cs
src/libraries/System.Private.Uri/src/System/UriHelper.cs
src/libraries/System.Private.Uri/tests/FunctionalTests/IriTest.cs
src/libraries/System.Private.Uri/tests/FunctionalTests/UriEscapingTest.cs
src/libraries/System.Runtime/tests/System/Uri.MethodsTests.cs