You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/nginxmodules/njs/nginx/ngx_http_js_module.c
/nginxmodules/njs/nginx/ngx_http_js_module.c: In function 'ngx_http_js_subrequest':
/nginxmodules/njs/nginx/ngx_http_js_module.c:1806:13: error: 'NGX_HTTP_SUBREQUEST_BACKGROUND' undeclared (first use in this function)
flags = NGX_HTTP_SUBREQUEST_BACKGROUND;
^
/nginxmodules/njs/nginx/ngx_http_js_module.c:1806:13: note: each undeclared identifier is reported only once for each function it appears in
objs/Makefile:2680: recipe for target 'objs/addon/nginx/ngx_http_js_module.o' failed
make[1]: Leaving directory '/nginxmodules/nginx'
make[1]: *** [objs/addon/nginx/ngx_http_js_module.o] Error 1
Makefile:8: recipe for target 'build' failed
make: *** [build] Error 2