comparison src/http/modules/ngx_http_ssi_filter_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 f583559aadc7
children 32f83fe5747b
comparison
equal deleted inserted replaced
7076:1b82e86dd3e7 7077:2a288909abc6
319 NGX_HTTP_VAR_NOCACHEABLE, 0 }, 319 NGX_HTTP_VAR_NOCACHEABLE, 0 },
320 320
321 { ngx_string("date_gmt"), NULL, ngx_http_ssi_date_gmt_local_variable, 1, 321 { ngx_string("date_gmt"), NULL, ngx_http_ssi_date_gmt_local_variable, 1,
322 NGX_HTTP_VAR_NOCACHEABLE, 0 }, 322 NGX_HTTP_VAR_NOCACHEABLE, 0 },
323 323
324 { ngx_null_string, NULL, NULL, 0, 0, 0 } 324 ngx_http_null_variable
325 }; 325 };
326 326
327 327
328 328
329 static ngx_int_t 329 static ngx_int_t