aboutsummaryrefslogtreecommitdiffstats
path: root/util/iobuf.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--util/iobuf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/iobuf.c b/util/iobuf.c
index 5bef61bd0..3d55349b8 100644
--- a/util/iobuf.c
+++ b/util/iobuf.c
@@ -665,6 +665,7 @@ block_filter(void *opaque, int control, IOBUF chain, byte *buf, size_t *ret_len)
break;
}
a->size |= c;
+ a->partial = 2;
}
else { /* next partial body length */
a->size = 1 << (c & 0x1f);