[Modify] Polish it
This commit is contained in:
parent
4a71717116
commit
e010e2cff3
@ -293,10 +293,12 @@ namespace WebSocketSharp.Net
|
||||
}
|
||||
}
|
||||
|
||||
if (entity.Length > 0)
|
||||
if (entity.Length > 0) {
|
||||
buff.Append (entity.ToString ());
|
||||
else if (haveTrailingDigits)
|
||||
|
||||
if (haveTrailingDigits)
|
||||
buff.Append (number.ToString (CultureInfo.InvariantCulture));
|
||||
}
|
||||
|
||||
return buff.ToString ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user