[Modify] Polish it
This commit is contained in:
parent
0df1c1e922
commit
7df5756ab7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user