[Modify] Remove it
This commit is contained in:
parent
bdfbd7d684
commit
f350ac4078
@ -475,18 +475,6 @@ namespace WebSocketSharp.Net
|
||||
|| c == '~';
|
||||
}
|
||||
|
||||
private static bool notEncoded (char c)
|
||||
{
|
||||
return c == '!' ||
|
||||
c == '\'' ||
|
||||
c == '(' ||
|
||||
c == ')' ||
|
||||
c == '*' ||
|
||||
c == '-' ||
|
||||
c == '.' ||
|
||||
c == '_';
|
||||
}
|
||||
|
||||
private static void urlEncode (byte b, Stream output)
|
||||
{
|
||||
if (b > 31 && b < 127) {
|
||||
|
Loading…
Reference in New Issue
Block a user