comparison src/http/modules/ngx_http_fastcgi_module.c @ 7077:2a288909abc6

Variables: macros for null variables. No functional changes.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 01 Aug 2017 14:28:33 +0300
parents 08537eab4f23
children 3b635e8fd499
comparison
equal deleted inserted replaced
7076:1b82e86dd3e7 7077:2a288909abc6
629 629
630 { ngx_string("fastcgi_path_info"), NULL, 630 { ngx_string("fastcgi_path_info"), NULL,
631 ngx_http_fastcgi_path_info_variable, 0, 631 ngx_http_fastcgi_path_info_variable, 0,
632 NGX_HTTP_VAR_NOCACHEABLE|NGX_HTTP_VAR_NOHASH, 0 }, 632 NGX_HTTP_VAR_NOCACHEABLE|NGX_HTTP_VAR_NOHASH, 0 },
633 633
634 { ngx_null_string, NULL, NULL, 0, 0, 0 } 634 ngx_http_null_variable
635 }; 635 };
636 636
637 637
638 static ngx_str_t ngx_http_fastcgi_hide_headers[] = { 638 static ngx_str_t ngx_http_fastcgi_hide_headers[] = {
639 ngx_string("Status"), 639 ngx_string("Status"),