[Modify] Replace it
This commit is contained in:
parent
5ea12c5eca
commit
11c1d3cad4
@ -1211,7 +1211,7 @@ namespace WebSocketSharp.Net
|
||||
|
||||
var len = bytes.Length;
|
||||
return len > 0
|
||||
? InternalUrlDecodeToBytes (bytes, 0, len)
|
||||
? urlDecodeToBytes (bytes, 0, len)
|
||||
: bytes;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user