mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
delete local destination on session close
This commit is contained in:
4
SAM.cpp
4
SAM.cpp
@@ -30,7 +30,6 @@ namespace client
|
||||
|
||||
void SAMSocket::CloseStream ()
|
||||
{
|
||||
m_SocketType = eSAMSocketTypeTerminated;
|
||||
if (m_Stream)
|
||||
{
|
||||
m_Stream->Close ();
|
||||
@@ -584,7 +583,10 @@ namespace client
|
||||
void SAMSession::CloseStreams ()
|
||||
{
|
||||
for (auto it: sockets)
|
||||
{
|
||||
it->CloseStream ();
|
||||
it->SetSocketType (eSAMSocketTypeTerminated);
|
||||
}
|
||||
sockets.clear ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user