comparison src/http/modules/proxy/ngx_http_proxy_handler.h @ 294:5cfd65b8b0a7

nginx-0.0.3-2004-03-23-09:01:52 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 23 Mar 2004 06:01:52 +0000
parents a472bfb778b3
children 4a3f18406832
comparison
equal deleted inserted replaced
293:ec3c049681fd 294:5cfd65b8b0a7
106 ngx_str_t *peer; 106 ngx_str_t *peer;
107 } ngx_http_proxy_state_t; 107 } ngx_http_proxy_state_t;
108 108
109 109
110 typedef struct { 110 typedef struct {
111 ngx_table_t *headers; /* it must be first field */ 111 ngx_table_t headers; /* it must be first field */
112 112
113 ngx_table_elt_t *date; 113 ngx_table_elt_t *date;
114 ngx_table_elt_t *server; 114 ngx_table_elt_t *server;
115 115
116 ngx_table_elt_t *expires; 116 ngx_table_elt_t *expires;