nginx / njs

A subset of JavaScript language to use in nginx
http://nginx.org/en/docs/njs/
BSD 2-Clause "Simplified" License
1.19k stars 155 forks source link

Tiny style in ngx_http_js_module.c. #244

Closed hongzhidao closed 5 years ago

hongzhidao commented 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,
xeioex commented 5 years ago

Committed with https://github.com/nginx/njs/commit/1d7efe63b6dbd29f8dfeba34c74f5065a9fb0320.