mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
ircd: Remove the close+wait after exiting client::main().
This commit is contained in:
parent
8bfd2b9dfe
commit
b507262582
1 changed files with 0 additions and 2 deletions
|
@ -257,8 +257,6 @@ ircd::async_recv_next(std::shared_ptr<client> client,
|
|||
// the next request.
|
||||
if(client->main())
|
||||
async_recv_next(std::move(client), timeout);
|
||||
else
|
||||
close(*client).wait();
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue