From 978d81dd1b0a47b043491b6731d7a2eef5c72a30 Mon Sep 17 00:00:00 2001 From: Hakase Date: Fri, 17 Jan 2020 19:40:11 +0900 Subject: [PATCH] Latest update - 7618 --- src/http/v2/ngx_http_v2.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/http/v2/ngx_http_v2.c b/src/http/v2/ngx_http_v2.c index 004277a..969967d 100644 --- a/src/http/v2/ngx_http_v2.c +++ b/src/http/v2/ngx_http_v2.c @@ -2476,10 +2476,6 @@ ngx_http_v2_connection_error(ngx_http_v2_connection_t *h2c, ngx_log_debug0(NGX_LOG_DEBUG_HTTP, h2c->connection->log, 0, "http2 state connection error"); - if (err == NGX_HTTP_V2_INTERNAL_ERROR) { - ngx_debug_point(); - } - ngx_http_v2_finalize_connection(h2c, err); return NULL;