[Modify] Replace it

master
sta 8 years ago
parent 79cfe5c10c
commit a7ebc2dd56

@ -875,7 +875,7 @@ namespace WebSocketSharp
continue; continue;
} }
if (separator.Contains (c)) { if (separator.IndexOf (c) > -1) {
if (quoted) if (quoted)
continue; continue;

Loading…
Cancel
Save