ngx_http_finalize_connection
1 定义
ngx_http_finalize_connection 函数
定义在
src/http/ngx_http_request.c
static void
ngx_http_finalize_connection(ngx_http_request_t *r)
{ngx_http_core_loc_conf_t *clcf;#if (NGX_HTTP_V2)if (r->stream) {ngx_http_close_request(r, 0);return;}
#endifclc…
2026/7/27 18:48:17