Quantcast
Channel: Nginx Forum
Viewing all articles
Browse latest Browse all 53287

Nginx memory usage issue

$
0
0
Hi,
I have one question. Do I need to call ngx_http_finalize_request for every
request after calling
ngx_http_send_response(r, NGX_HTTP_OK, &ngx_http_json_type, cv);
?
If yes.
Can I successfully call it without checking return code or any variable
like ?
ngx_http_send_response(r, NGX_HTTP_OK, &ngx_http_json_type, cv);
ngx_http_finalize_request


regards
Vivek Goel
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Viewing all articles
Browse latest Browse all 53287

Trending Articles