diff 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
line wrap: on
line diff
--- a/src/http/modules/ngx_http_proxy_module.c	Tue Aug 01 14:27:23 2017 +0300
+++ b/src/http/modules/ngx_http_proxy_module.c	Tue Aug 01 14:28:33 2017 +0300
@@ -829,7 +829,7 @@
       ngx_http_proxy_internal_chunked_variable, 0,
       NGX_HTTP_VAR_NOCACHEABLE|NGX_HTTP_VAR_NOHASH, 0 },
 
-    { ngx_null_string, NULL, NULL, 0, 0, 0 }
+      ngx_http_null_variable
 };