diff --git a/src/htx.c b/src/htx.c index 525f7ef69..9deddb15c 100644 --- a/src/htx.c +++ b/src/htx.c @@ -64,7 +64,7 @@ struct htx_blk *htx_defrag(struct htx *htx, struct htx_blk *blk) new++; addr += blksz; - } while (new < htx->used); + } htx->sl_off = sl_off; htx->wrap = htx->used;