comparison src/http/ngx_http_core_module.h @ 649:1e720b0be7ec release-0.3.46

nginx-0.3.46-RELEASE import *) Feature: the "proxy_hide_header", "proxy_pass_header", "fastcgi_hide_header", and "fastcgi_pass_header" directives. *) Change: the "proxy_pass_x_powered_by", "fastcgi_x_powered_by", and "proxy_pass_server" directives were canceled. *) Feature: the "X-Accel-Buffering" response header line is supported in proxy mode. *) Bugfix: the reconfiguration bug and memory leaks in the ngx_http_perl_module.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 May 2006 14:43:47 +0000
parents f971949ffb58
children 6d5c1535bb9d
comparison
equal deleted inserted replaced
648:e60de1d1cdb2 649:1e720b0be7ec
70 typedef struct { 70 typedef struct {
71 ngx_array_t servers; /* ngx_http_core_srv_conf_t */ 71 ngx_array_t servers; /* ngx_http_core_srv_conf_t */
72 72
73 ngx_http_phase_t phases[NGX_HTTP_LOG_PHASE + 1]; 73 ngx_http_phase_t phases[NGX_HTTP_LOG_PHASE + 1];
74 74
75 ngx_hash0_t headers_in_hash; 75 ngx_hash_t headers_in_hash;
76 76
77 ngx_hash_t variables_hash; 77 ngx_hash_t variables_hash;
78 78
79 ngx_array_t variables; /* ngx_http_variable_t */ 79 ngx_array_t variables; /* ngx_http_variable_t */
80 80