0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-10 05:58:56 +02:00

ircd:Ⓜ️:fetch: Propagate interrupt through handlers.

This commit is contained in:
Jason Volk 2020-03-09 09:40:05 -07:00
parent 08d9c95401
commit dad4750971

View file

@ -522,6 +522,10 @@ catch(const m::UNAVAILABLE &e)
{
throw;
}
catch(const ctx::interrupted &e)
{
throw;
}
catch(const http::error &e)
{
log::derror