Nginx memory usage issue

Vivek Goel goelvivek2011 at gmail.com
Sun Jan 13 07:51:22 UTC 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20130113/c914675f/attachment.html>


More information about the nginx-devel mailing list