[Modify] Replace it

This commit is contained in:
sta 2018-02-09 22:44:53 +09:00
parent 79cfe5c10c
commit a7ebc2dd56

View File

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