mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 08:17:37 +00:00
Merge pull request #5482
9956500d
net_helper: clear recv buffer on eof (moneromooo-monero)
This commit is contained in:
commit
5d09e39174
1 changed files with 1 additions and 0 deletions
|
@ -448,6 +448,7 @@ namespace net_utils
|
||||||
{
|
{
|
||||||
MTRACE("Connection err_code eof.");
|
MTRACE("Connection err_code eof.");
|
||||||
//connection closed there, empty
|
//connection closed there, empty
|
||||||
|
buff.clear();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue