Initialize the continuation flag when closing

This commit is contained in:
sta 2015-08-25 10:04:11 +09:00
parent 9ff19e6ecd
commit 0cddc67001

View File

@ -794,6 +794,7 @@ namespace WebSocketSharp
if (_fragmentsBuffer != null) { if (_fragmentsBuffer != null) {
_fragmentsBuffer.Dispose (); _fragmentsBuffer.Dispose ();
_fragmentsBuffer = null; _fragmentsBuffer = null;
_inContinuation = false;
} }
if (_receivePong != null) { if (_receivePong != null) {