mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
ircd::server: Fix preservation of nullity for in.content through cancellation.
This commit is contained in:
parent
8f7a05c9ed
commit
c84fe8d962
1 changed files with 1 additions and 0 deletions
|
@ -1883,6 +1883,7 @@ noexcept
|
|||
tag.request->in.content = in_content;
|
||||
ptr += size(in_content);
|
||||
}
|
||||
else tag.request->in.content = request.in.content;
|
||||
|
||||
assert(size_t(std::distance(tag.cancellation.get(), ptr)) == cancellation_size);
|
||||
|
||||
|
|
Loading…
Reference in a new issue