[Modify] Polish it
This commit is contained in:
parent
fc2236c181
commit
614be25044
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user