more debug

This commit is contained in:
Timofey Turenko
2025-03-05 18:32:09 +02:00
parent 18c276309a
commit 3f0a3eed75

View File

@ -389,7 +389,7 @@ bool InetStreamSocket::readToMagic(long msecs, bool* isTimeOut, Stats* stats) co
return false;
else
assert(0);
throw SocketClosed("InetStreamSocket::readToMagic: Remote is closed");
//throw SocketClosed("InetStreamSocket::readToMagic: Remote is closed");
}
if (stats)