diff options
Diffstat (limited to 'nginx')
-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, |