diff options
Diffstat (limited to 'modules/http2/h2_task.c')
-rw-r--r-- | modules/http2/h2_task.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/http2/h2_task.c b/modules/http2/h2_task.c index 58b39c5397..60dade84d3 100644 --- a/modules/http2/h2_task.c +++ b/modules/http2/h2_task.c @@ -121,12 +121,6 @@ static int h2_task_pre_conn(conn_rec* c, void *arg) if (h2_ctx_is_task(ctx)) { h2_task_env *env = h2_ctx_get_task(ctx); - /* This connection is a pseudo-connection used for a h2_task. - * Since we read/write directly from it ourselves, we need - * to disable a possible ssl connection filter. - */ - h2_tls_disable(c); - ap_log_cerror(APLOG_MARK, APLOG_TRACE2, 0, c, "h2_h2, pre_connection, found stream task"); |