diff options
Diffstat (limited to 'src/http/modules/proxy/ngx_http_proxy_handler.h')
| -rw-r--r-- | src/http/modules/proxy/ngx_http_proxy_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.h b/src/http/modules/proxy/ngx_http_proxy_handler.h index ee95f1b44..210ca89f8 100644 --- a/src/http/modules/proxy/ngx_http_proxy_handler.h +++ b/src/http/modules/proxy/ngx_http_proxy_handler.h @@ -108,7 +108,7 @@ typedef struct { typedef struct { - ngx_table_t *headers; /* it must be first field */ + ngx_table_t headers; /* it must be first field */ ngx_table_elt_t *date; ngx_table_elt_t *server; |
