note a potential bug

pull/135/head
bert hubert 2020-08-03 23:19:43 +02:00
parent b032867261
commit aed36e1bf8
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ void recvSession(int s, ComboAddress client)
part = SRead(s, len);
if(part.size() != len) {
cerr<<"Mismatch, "<<part.size()<<", len "<<len<<endl;
// XX AND THEN WHAT??
}
out += part;