mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
correct stream termination
This commit is contained in:
parent
9980df2c67
commit
25c1884961
|
@ -176,6 +176,8 @@ namespace client
|
|||
else
|
||||
Terminate ();
|
||||
}
|
||||
else
|
||||
Terminate ();
|
||||
}
|
||||
else
|
||||
Write (m_StreamBuffer, bytes_transferred);
|
||||
|
|
Loading…
Reference in a new issue