Re: h2 request processing score behavior...

2016-04-28 Thread Stefan Eissing
Thanks a lot for going over this. Additionally to your changes, I also reduced the overall connection update frequency, so that last request information stays visible longer and scoreboard updates are reduced. > Am 27.04.2016 um 20:25 schrieb William A. Rowe Jr. : > > Within

h2 request processing score behavior...

2016-04-27 Thread William A. Rowe Jr.
Within h2_task.c, we have static apr_status_t h2_task_process_request(h2_task *task, conn_rec *c) { const h2_request *req = task->request; conn_state_t *cs = c->cs; request_rec *r; ap_log_cerror(APLOG_MARK, APLOG_TRACE1, 0, c, "h2_task(%s): create request_rec",