Delete new connection with error while accepting (kwangsei, PR #205)

This commit is contained in:
ipknHama 2017-09-17 14:10:15 +09:00
parent f0cb83df88
commit c071f64376

View File

@ -200,6 +200,10 @@ namespace crow
p->start();
});
}
else
{
delete p;
}
do_accept();
});
}