comparison src/http/ngx_http_headers.c @ 286:fc8dc489247e

nginx-0.0.2-2004-03-12-00:34:52 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 Mar 2004 21:34:52 +0000
parents 70e1c7d2b83d
children 35a6a9df2d25
comparison
equal deleted inserted replaced
285:8f48e6366d09 286:fc8dc489247e
17 { ngx_string("Range"), offsetof(ngx_http_headers_in_t, range) }, 17 { ngx_string("Range"), offsetof(ngx_http_headers_in_t, range) },
18 #if 0 18 #if 0
19 { ngx_string("If-Range"), offsetof(ngx_http_headers_in_t, if_range) }, 19 { ngx_string("If-Range"), offsetof(ngx_http_headers_in_t, if_range) },
20 #endif 20 #endif
21 21
22 #if (NGX_HTTP_GZIP)
22 { ngx_string("Accept-Encoding"), 23 { ngx_string("Accept-Encoding"),
23 offsetof(ngx_http_headers_in_t, accept_encoding) }, 24 offsetof(ngx_http_headers_in_t, accept_encoding) },
25 #endif
24 26
25 { ngx_string("Authorization"), 27 { ngx_string("Authorization"),
26 offsetof(ngx_http_headers_in_t, authorization) }, 28 offsetof(ngx_http_headers_in_t, authorization) },
27 29
28 { ngx_string("Keep-Alive"), offsetof(ngx_http_headers_in_t, keep_alive) }, 30 { ngx_string("Keep-Alive"), offsetof(ngx_http_headers_in_t, keep_alive) },