always send STREAM STATUS reply to STREAM FORWARD

This commit is contained in:
orignal 2020-10-26 16:06:19 -04:00
parent e41bbcb2bb
commit cc0367b079
2 changed files with 2 additions and 1 deletions

View file

@ -838,6 +838,7 @@ namespace http {
case i2p::client::eSAMSocketTypeSession : s << "session"; break;
case i2p::client::eSAMSocketTypeStream : s << "stream"; break;
case i2p::client::eSAMSocketTypeAcceptor : s << "acceptor"; break;
case i2p::client::eSAMSocketTypeForward : s << "forward"; break;
default: s << "unknown"; break;
}
s << " [" << it->GetSocket ().remote_endpoint() << "]";