mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 00:14:07 +01:00
ircd::server: Fix dtor condition to cancel request.
This commit is contained in:
parent
aecbf3ebd0
commit
cc6cd58755
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ inline
|
|||
ircd::server::request::~request()
|
||||
noexcept
|
||||
{
|
||||
if(tag && !tag->committed())
|
||||
if(tag)
|
||||
cancel(*this);
|
||||
|
||||
if(tag)
|
||||
|
|
Loading…
Reference in a new issue