mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Delete new connection with error while accepting (kwangsei, PR #205)
This commit is contained in:
parent
f0cb83df88
commit
c071f64376
@ -200,6 +200,10 @@ namespace crow
|
||||
p->start();
|
||||
});
|
||||
}
|
||||
else
|
||||
{
|
||||
delete p;
|
||||
}
|
||||
do_accept();
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user