diff options
author | Stefan Eissing <icing@apache.org> | 2019-01-24 16:25:52 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2019-01-24 16:25:52 +0100 |
commit | 7b490eddc13d8b197fb3a56c2b3b6a20b0b3bb4e (patch) | |
tree | 844e4e8d1ce077e1f250c3404586fb922f765cba /modules/http2/h2_task.c | |
parent | reverting last change (diff) | |
download | apache2-7b490eddc13d8b197fb3a56c2b3b6a20b0b3bb4e.tar.xz apache2-7b490eddc13d8b197fb3a56c2b3b6a20b0b3bb4e.zip |
mod_http2: enable re-use of slave connections again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852038 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/http2/h2_task.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/http2/h2_task.c b/modules/http2/h2_task.c index 690250f1f0..f7aa0bdcc4 100644 --- a/modules/http2/h2_task.c +++ b/modules/http2/h2_task.c @@ -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; } |