comparison src/http/ngx_http_headers.c @ 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 5cfd65b8b0a7
children 39b6f2df45c0
comparison
equal deleted inserted replaced
312:f5431a4bbc7d 313:98f1a8028067
20 #endif 20 #endif
21 21
22 #if (NGX_HTTP_GZIP) 22 #if (NGX_HTTP_GZIP)
23 { ngx_string("Accept-Encoding"), 23 { ngx_string("Accept-Encoding"),
24 offsetof(ngx_http_headers_in_t, accept_encoding) }, 24 offsetof(ngx_http_headers_in_t, accept_encoding) },
25 { ngx_string("Via"), offsetof(ngx_http_headers_in_t, via) },
25 #endif 26 #endif
26 27
27 { ngx_string("Authorization"), 28 { ngx_string("Authorization"),
28 offsetof(ngx_http_headers_in_t, authorization) }, 29 offsetof(ngx_http_headers_in_t, authorization) },
29 30