comparison src/http/ngx_http_header_filter_module.c @ 146:36af50a5582d NGINX_0_3_20

nginx 0.3.20 *) Bugfix: in SSI handling. *) Bugfix: the ngx_http_memcached_module did not support the keys in the "/usr?args" form.
author Igor Sysoev <http://sysoev.ru>
date Wed, 11 Jan 2006 00:00:00 +0300
parents d25a1d6034f1
children 13710a1813ad
comparison
equal deleted inserted replaced
145:85a84f8da62b 146:36af50a5582d
157 ngx_chain_t out; 157 ngx_chain_t out;
158 ngx_list_part_t *part; 158 ngx_list_part_t *part;
159 ngx_table_elt_t *header; 159 ngx_table_elt_t *header;
160 ngx_http_core_loc_conf_t *clcf; 160 ngx_http_core_loc_conf_t *clcf;
161 161
162 if (r->main != r) { 162 if (r != r->main) {
163 return NGX_OK; 163 return NGX_OK;
164 } 164 }
165 165
166 if (r->http_version < NGX_HTTP_VERSION_10) { 166 if (r->http_version < NGX_HTTP_VERSION_10) {
167 return NGX_OK; 167 return NGX_OK;