[Modify] Replace it
This commit is contained in:
parent
00ddd183fe
commit
cf1b051f0e
@ -276,10 +276,8 @@ namespace WebSocketSharp.Net
|
||||
}
|
||||
}
|
||||
|
||||
if (_sendChunked) {
|
||||
var last = getChunkSizeBytes (0, true);
|
||||
_write (last, 0, last.Length);
|
||||
}
|
||||
if (_sendChunked)
|
||||
_write (_lastChunk, 0, 5);
|
||||
|
||||
_body.Dispose ();
|
||||
_response.Abort ();
|
||||
|
Loading…
Reference in New Issue
Block a user