comparison src/http/ngx_http_request.h @ 313:98f1a8028067

nginx-0.0.3-2004-04-13-19:08:48 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 13 Apr 2004 15:08:48 +0000
parents 00c5660d2707
children d71c87d11b16
comparison
equal deleted inserted replaced
312:f5431a4bbc7d 313:98f1a8028067
98 98
99 ngx_table_elt_t *range; 99 ngx_table_elt_t *range;
100 100
101 #if (NGX_HTTP_GZIP) 101 #if (NGX_HTTP_GZIP)
102 ngx_table_elt_t *accept_encoding; 102 ngx_table_elt_t *accept_encoding;
103 ngx_table_elt_t *via;
103 #endif 104 #endif
104 105
105 ngx_table_elt_t *authorization; 106 ngx_table_elt_t *authorization;
106 107
107 ngx_table_elt_t *keep_alive; 108 ngx_table_elt_t *keep_alive;