Hello! On Thu, Sep 03, 2020 at 07:19:08AM -0400, allenhe wrote:
> to be more self assurance, > can somebody confirm that the "r" is no longer accessable after this? > ngx_http_free_request(r, 0); The ngx_http_free_request() function frees the request, and using "r" after the call is an error. -- Maxim Dounin http://mdounin.ru/ _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
