[Modify] Replace it
This commit is contained in:
parent
b6d1db7af6
commit
7658875c6d
@ -1202,7 +1202,7 @@ namespace WebSocketSharp.Net
|
|||||||
|
|
||||||
return count > 0
|
return count > 0
|
||||||
? Encoding.ASCII.GetString (
|
? Encoding.ASCII.GetString (
|
||||||
InternalUrlEncodeToBytes (bytes, offset, count)
|
urlEncodeToBytes (bytes, offset, count)
|
||||||
)
|
)
|
||||||
: String.Empty;
|
: String.Empty;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user