diff options
Diffstat (limited to 'src/nxt_h1proto.c')
-rw-r--r-- | src/nxt_h1proto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nxt_h1proto.c b/src/nxt_h1proto.c index 35e66e4b..c3a100a4 100644 --- a/src/nxt_h1proto.c +++ b/src/nxt_h1proto.c @@ -477,7 +477,6 @@ nxt_h1p_body_read(nxt_task_t *task, void *obj, void *data) r = h1p->request; size = nxt_buf_mem_used_size(&c->read->mem); - c->read->mem.pos += size; r->rest_length -= size; nxt_debug(task, "h1p body rest: %O", r->rest_length); |