mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
minor test fix
This commit is contained in:
parent
cca65d34a0
commit
f6e6bec32d
@ -123,8 +123,8 @@ namespace
|
||||
_str.write(buffer, n);
|
||||
_data += _str.str();
|
||||
_str.str("");
|
||||
if ((_once && _data.size() >= 1024) ||
|
||||
(!_once && _data.size() >= 4096))
|
||||
if ((_once && _data.size() == 1024) ||
|
||||
(!_once && _data.size() == 4096))
|
||||
{
|
||||
_reactor.stop();
|
||||
delete this;
|
||||
|
Loading…
Reference in New Issue
Block a user