%k gives increasing numbers per master http2 connection.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1737102 13f79535-47bb-0310-9956-
ffa450edef68
h2_slave_run_pre_connection(slave, ap_get_conn_socket(slave));
}
-
+ ++m->c->keepalives;
io->task = task = h2_task_create(m->id, io->request, slave, m);
apr_table_setn(slave->notes, H2_TASK_ID_NOTE, task->id);
task->stream_id = req->id;
task->c = c;
task->mplx = mplx;
+ task->c->keepalives = mplx->c->keepalives;
task->pool = pool;
task->request = req;
task->input_eos = !req->body;