Skip to content

Commit 3982a7a

Browse files
authored
Fix URL encoding apostrophe (#368)
***NO_CI***
1 parent cd1b397 commit 3982a7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nanoFramework.System.Net.Http/Http/System.Net.HttpUtility.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ private static bool IsSafe(char ch)
159159
}
160160
switch (ch)
161161
{
162-
case '\'':
163162
case '(':
164163
case ')':
165164
case '*':

0 commit comments

Comments
 (0)