revert some changes after the review
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user