[Modify] Polish it

This commit is contained in:
sta 2021-02-25 20:15:44 +09:00
parent fc2236c181
commit 614be25044

View File

@ -140,6 +140,7 @@ namespace WebSocketSharp.Net
private static string removeChunkExtension (string value)
{
var idx = value.IndexOf (';');
return idx > -1 ? value.Substring (0, idx) : value;
}