comparison src/http/modules/proxy/ngx_http_proxy_header.c @ 336:ca9a7f8c86da

nginx-0.0.3-2004-05-18-19:29:08 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 18 May 2004 15:29:08 +0000
parents 39b6f2df45c0
children b9bd635011de
comparison
equal deleted inserted replaced
335:d4241d7787fe 336:ca9a7f8c86da
21 for (i = 0; i < headers_in->headers.nelts; i++) { 21 for (i = 0; i < headers_in->headers.nelts; i++) {
22 22
23 /* ignore some headers */ 23 /* ignore some headers */
24 24
25 if (&h[i] == headers_in->connection) { 25 if (&h[i] == headers_in->connection) {
26 continue;
27 }
28
29 if (&h[i] == headers_in->x_pad) {
26 continue; 30 continue;
27 } 31 }
28 32
29 if (p->accel) { 33 if (p->accel) {
30 if (&h[i] == headers_in->date 34 if (&h[i] == headers_in->date