[Modify] Remove it

This commit is contained in:
sta 2021-03-20 21:24:33 +09:00
parent a2c0ced5ca
commit e52d89407c

View File

@ -129,13 +129,6 @@ namespace WebSocketSharp.Net
return nread;
}
private static string removeChunkExtension (string value)
{
var idx = value.IndexOf (';');
return idx > -1 ? value.Substring (0, idx) : value;
}
private InputChunkState seekCrLf (byte[] buffer, ref int offset, int length)
{
if (!_sawCr) {