[Modify] Polish it

This commit is contained in:
sta 2021-03-14 22:03:25 +09:00
parent 0df1c1e922
commit 7df5756ab7

View File

@ -182,8 +182,10 @@ namespace WebSocketSharp.Net
if (b == 32) // SP
_gotIt = true;
if (!_gotIt)
_saved.Append ((char) b);
if (_gotIt)
continue;
_saved.Append ((char) b);
}
if (_saved.Length > 20)