comparison src/http/modules/ngx_http_proxy_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 3fef8c5caa75
children 8530aea9aa50
comparison
equal deleted inserted replaced
7076:1b82e86dd3e7 7077:2a288909abc6
827 827
828 { ngx_string("proxy_internal_chunked"), NULL, 828 { ngx_string("proxy_internal_chunked"), NULL,
829 ngx_http_proxy_internal_chunked_variable, 0, 829 ngx_http_proxy_internal_chunked_variable, 0,
830 NGX_HTTP_VAR_NOCACHEABLE|NGX_HTTP_VAR_NOHASH, 0 }, 830 NGX_HTTP_VAR_NOCACHEABLE|NGX_HTTP_VAR_NOHASH, 0 },
831 831
832 { ngx_null_string, NULL, NULL, 0, 0, 0 } 832 ngx_http_null_variable
833 }; 833 };
834 834
835 835
836 static ngx_path_init_t ngx_http_proxy_temp_path = { 836 static ngx_path_init_t ngx_http_proxy_temp_path = {
837 ngx_string(NGX_HTTP_PROXY_TEMP_PATH), { 1, 2, 0 } 837 ngx_string(NGX_HTTP_PROXY_TEMP_PATH), { 1, 2, 0 }