comparison src/http/ngx_http_header_filter_module.c @ 597:9262f520ce21 release-0.3.20

nginx-0.3.20-RELEASE import *) Bugfix: in SSI handling. *) Bugfix: the ngx_http_memcached_module did not support the keys in the "/usr?args" form.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Jan 2006 15:26:57 +0000
parents 58475592100c
children f971949ffb58
comparison
equal deleted inserted replaced
596:0381e6d3aa70 597:9262f520ce21
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;