ngx_http_c_func_call "my_app_simple_get_greeting";
vs
ngx_http_c_func_call "my_app_simple_get_greeting" respTo=myResponseVariable;
I didn't see any different, just create a variable.
ngx_http_c_func_call "my_app_simple_get_greeting";
vs
ngx_http_c_func_call "my_app_simple_get_greeting" respTo=myResponseVariable;
I didn't see any different, just create a variable.