mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
ircd::server: Improve conditional for dynamic content feature.
This commit is contained in:
parent
bd065a826a
commit
a8569fb81b
1 changed files with 1 additions and 1 deletions
|
@ -1960,7 +1960,7 @@ ircd::server::tag::read_head(const const_buffer &buffer,
|
|||
// buffer if the user did not specify any buffer.
|
||||
const bool dynamic
|
||||
{
|
||||
null(req.in.content)
|
||||
!contiguous && empty(req.in.content)
|
||||
};
|
||||
|
||||
if(dynamic)
|
||||
|
|
Loading…
Reference in a new issue