diff options
author | Dmitry Volyntsev <xeioex@nginx.com> | 2019-11-08 20:33:46 +0300 |
---|---|---|
committer | Dmitry Volyntsev <xeioex@nginx.com> | 2019-11-08 20:33:46 +0300 |
commit | 1d7efe63b6dbd29f8dfeba34c74f5065a9fb0320 (patch) | |
tree | 2f812865d59636029b249d751e62522fea73960e /nginx/ngx_http_js_module.c | |
parent | cc64c78ba90d51a7bea498213f7308d9a4d08ea5 (diff) | |
download | njs-1d7efe63b6dbd29f8dfeba34c74f5065a9fb0320.tar.gz njs-1d7efe63b6dbd29f8dfeba34c74f5065a9fb0320.zip |
Style.
Diffstat (limited to 'nginx/ngx_http_js_module.c')
-rw-r--r-- | nginx/ngx_http_js_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/ngx_http_js_module.c b/nginx/ngx_http_js_module.c index 68c49b72..e1ee56c0 100644 --- a/nginx/ngx_http_js_module.c +++ b/nginx/ngx_http_js_module.c @@ -329,7 +329,7 @@ static njs_external_t ngx_http_js_ext_request[] = { NULL, NULL, NULL, - offsetof(ngx_http_request_t, headers_out.status) }, + 0 }, { njs_str("headersOut"), NJS_EXTERN_OBJECT, |