correct stream termination

This commit is contained in:
orignal 2016-10-20 15:20:08 -04:00
parent 9980df2c67
commit 25c1884961

View file

@ -176,6 +176,8 @@ namespace client
else else
Terminate (); Terminate ();
} }
else
Terminate ();
} }
else else
Write (m_StreamBuffer, bytes_transferred); Write (m_StreamBuffer, bytes_transferred);