revert some changes after the review

This commit is contained in:
kistlin
2022-01-17 06:53:14 +01:00
parent 174158233b
commit 81d23967b6
4 changed files with 6 additions and 10 deletions

View File

@ -288,7 +288,7 @@ namespace net {
}
entry.handler(std::move(client), entry.ctx);
}
catch (const std::exception& e) {
catch (std::exception e) {
listening = false;
return;
}