Fixed premature closing of the connection in DataSnapshotManager
parent
a4595b18ca
commit
3176237169
|
@ -392,7 +392,6 @@ namespace OpenSim.Region.DataSnapshot
|
||||||
{
|
{
|
||||||
m_log.Warn("[DATASNAPSHOT]: Ignoring unknown exception " + e.ToString());
|
m_log.Warn("[DATASNAPSHOT]: Ignoring unknown exception " + e.ToString());
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
byte[] response = new byte[1024];
|
byte[] response = new byte[1024];
|
||||||
// int n = 0;
|
// int n = 0;
|
||||||
|
@ -409,6 +408,7 @@ namespace OpenSim.Region.DataSnapshot
|
||||||
// string responseStr = Util.UTF8.GetString(response);
|
// string responseStr = Util.UTF8.GetString(response);
|
||||||
m_log.Info("[DATASNAPSHOT]: data service " + url + " notified. Secret: " + m_Secret);
|
m_log.Info("[DATASNAPSHOT]: data service " + url + " notified. Secret: " + m_Secret);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in New Issue