[Modify] Replace it
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user