aboutsummaryrefslogtreecommitdiff
path: root/nginx/ngx_http_js_module.c
diff options
context:
space:
mode:
authorDmitry Volyntsev <xeioex@nginx.com>2019-11-08 20:33:46 +0300
committerDmitry Volyntsev <xeioex@nginx.com>2019-11-08 20:33:46 +0300
commit1d7efe63b6dbd29f8dfeba34c74f5065a9fb0320 (patch)
tree2f812865d59636029b249d751e62522fea73960e /nginx/ngx_http_js_module.c
parentcc64c78ba90d51a7bea498213f7308d9a4d08ea5 (diff)
downloadnjs-1d7efe63b6dbd29f8dfeba34c74f5065a9fb0320.tar.gz
njs-1d7efe63b6dbd29f8dfeba34c74f5065a9fb0320.zip
Style.
Diffstat (limited to 'nginx/ngx_http_js_module.c')
-rw-r--r--nginx/ngx_http_js_module.c2
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,