mirror of
https://github.com/matrix-construct/construct
synced 2025-03-13 21:10:32 +01:00
ircd:Ⓜ️:fetch: Propagate interrupt through handlers.
This commit is contained in:
parent
08d9c95401
commit
dad4750971
1 changed files with 4 additions and 0 deletions
|
@ -522,6 +522,10 @@ catch(const m::UNAVAILABLE &e)
|
|||
{
|
||||
throw;
|
||||
}
|
||||
catch(const ctx::interrupted &e)
|
||||
{
|
||||
throw;
|
||||
}
|
||||
catch(const http::error &e)
|
||||
{
|
||||
log::derror
|
||||
|
|
Loading…
Add table
Reference in a new issue