[Modify] Polish it

master
sta 8 years ago
parent e9a9e925c8
commit 0791de4153

@ -822,7 +822,7 @@ namespace WebSocketSharp
)
{
var len = value.Length;
var seps = new string (separators);
var separator = new string (separators);
var buff = new StringBuilder (32);
var end = len - 1;
@ -853,7 +853,7 @@ namespace WebSocketSharp
continue;
}
if (seps.Contains (c)) {
if (separator.Contains (c)) {
if (quoted)
continue;

Loading…
Cancel
Save