Fixed pipelined request processing, broken by 9e16499b63f0.

This commit is contained in:
Valentin Bartenev
2018-04-11 12:49:58 +03:00
parent 1fab645246
commit dc75c83950

View File

@@ -1058,7 +1058,7 @@ nxt_h1p_keepalive(nxt_task_t *task, nxt_h1proto_t *h1p, nxt_conn_t *c)
in->mem.pos = in->mem.start;
in->mem.free = in->mem.start + size;
nxt_h1p_conn_header_parse(task, c, c->socket.data);
nxt_h1p_conn_request_init(task, c, c->socket.data);
}
}