Closed hongzhidao closed 5 years ago
Tiny style.
diff -r 4d33ea223de0 nginx/ngx_http_js_module.c --- a/nginx/ngx_http_js_module.c Tue Nov 05 20:49:57 2019 +0300 +++ b/nginx/ngx_http_js_module.c Fri Nov 08 10:02:54 2019 +0800 @@ -329,7 +329,7 @@ NULL, NULL, NULL, - offsetof(ngx_http_request_t, headers_out.status) }, + 0 }, { njs_str("headersOut"), NJS_EXTERN_OBJECT,
Committed with https://github.com/nginx/njs/commit/1d7efe63b6dbd29f8dfeba34c74f5065a9fb0320.
Tiny style.