|
|
|
@ -276,10 +276,8 @@ namespace WebSocketSharp.Net
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (_sendChunked) {
|
|
|
|
if (_sendChunked)
|
|
|
|
var last = getChunkSizeBytes (0, true);
|
|
|
|
_write (_lastChunk, 0, 5);
|
|
|
|
_write (last, 0, last.Length);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_body.Dispose ();
|
|
|
|
_body.Dispose ();
|
|
|
|
_response.Abort ();
|
|
|
|
_response.Abort ();
|
|
|
|
|