0
0
Fork 0
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:
Jason Volk 2018-02-27 23:12:26 -08:00
parent bd065a826a
commit a8569fb81b

View file

@ -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)