comparison src/http/ngx_http_header_filter_module.c @ 425:3ff402661f4c

Merge with nginx 0.7.13.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 01 Sep 2008 04:43:15 +0400
parents 6ebbca3d5ed7
children 76a79816b771
comparison
equal deleted inserted replaced
420:a35ef44a6549 425:3ff402661f4c
160 ngx_list_part_t *part; 160 ngx_list_part_t *part;
161 ngx_table_elt_t *header; 161 ngx_table_elt_t *header;
162 ngx_http_core_loc_conf_t *clcf; 162 ngx_http_core_loc_conf_t *clcf;
163 ngx_http_core_srv_conf_t *cscf; 163 ngx_http_core_srv_conf_t *cscf;
164 /* AF_INET only */ 164 /* AF_INET only */
165 u_char addr[INET_ADDRSTRLEN]; 165 u_char addr[NGX_INET_ADDRSTRLEN];
166 166
167 r->header_sent = 1; 167 r->header_sent = 1;
168 168
169 if (r != r->main) { 169 if (r != r->main) {
170 return NGX_OK; 170 return NGX_OK;