[Modify] Polish it
This commit is contained in:
parent
e9a9e925c8
commit
0791de4153
@ -822,7 +822,7 @@ namespace WebSocketSharp
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
var len = value.Length;
|
var len = value.Length;
|
||||||
var seps = new string (separators);
|
var separator = new string (separators);
|
||||||
|
|
||||||
var buff = new StringBuilder (32);
|
var buff = new StringBuilder (32);
|
||||||
var end = len - 1;
|
var end = len - 1;
|
||||||
@ -853,7 +853,7 @@ namespace WebSocketSharp
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (seps.Contains (c)) {
|
if (separator.Contains (c)) {
|
||||||
if (quoted)
|
if (quoted)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user