[Modify] Remove it
This commit is contained in:
parent
a2c0ced5ca
commit
e52d89407c
@ -129,13 +129,6 @@ namespace WebSocketSharp.Net
|
|||||||
return nread;
|
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)
|
private InputChunkState seekCrLf (byte[] buffer, ref int offset, int length)
|
||||||
{
|
{
|
||||||
if (!_sawCr) {
|
if (!_sawCr) {
|
||||||
|
Loading…
Reference in New Issue
Block a user