mirror of
https://github.com/nginx/nginx.git
synced 2026-05-13 09:36:42 +00:00
HTTP/2: removed ngx_debug_point() call.
With the recent change to prevent frames flood in d4448892a294, nginx will finalize the connection with NGX_HTTP_V2_INTERNAL_ERROR whenever flood is detected, causing nginx aborting or stopping if the debug_points directive is used in nginx config.
This commit is contained in:
parent
fb34316d68
commit
60f648f035
1 changed files with 0 additions and 4 deletions
|
|
@ -2466,10 +2466,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue