diff --git a/src/h3.c b/src/h3.c index 7393ae728..42289c0a5 100644 --- a/src/h3.c +++ b/src/h3.c @@ -613,6 +613,7 @@ static ssize_t h3_headers_to_htx(struct qcs *qcs, const struct buffer *buf, } h3s->flags |= H3_SF_HAVE_CLEN; + sl->flags |= HTX_SL_F_CLEN; /* This will fail if current frame is the last one and * content-length is not null. */