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
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