]> granicus.if.org Git - apache/blobdiff - modules/http2/h2_task.c
mod_http2: enable re-use of slave connections again.
[apache] / modules / http2 / h2_task.c
index 690250f1f08916c5585dcfd4ab63e8df78bce48d..f7aa0bdcc4bf57cc53f073d3a1fa7e0a09bc2bb7 100644 (file)
@@ -545,7 +545,6 @@ h2_task *h2_task_create(conn_rec *slave, int stream_id,
 void h2_task_destroy(h2_task *task)
 {
     if (task->output.beam) {
-        h2_beam_log(task->output.beam, task->c, APLOG_TRACE2, "task_destroy");
         h2_beam_destroy(task->output.beam);
         task->output.beam = NULL;
     }