mirror of
https://github.com/matrix-construct/construct
synced 2025-01-15 17:16:49 +01:00
ircd: Remove explicit catch for http::error around main().
This commit is contained in:
parent
41c36836cc
commit
e4a07517fd
1 changed files with 0 additions and 7 deletions
|
@ -312,13 +312,6 @@ noexcept try
|
||||||
// living on it.
|
// living on it.
|
||||||
ctx::wait();
|
ctx::wait();
|
||||||
}
|
}
|
||||||
catch(const http::error &e) // <-- m::error
|
|
||||||
{
|
|
||||||
log::critical
|
|
||||||
{
|
|
||||||
"IRCd main :%s %s", e.what(), e.content
|
|
||||||
};
|
|
||||||
}
|
|
||||||
catch(const std::exception &e)
|
catch(const std::exception &e)
|
||||||
{
|
{
|
||||||
log::critical
|
log::critical
|
||||||
|
|
Loading…
Reference in a new issue