diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-04-13 15:08:48 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-13 15:08:48 +0000 |
commit | 3d54061602b20fa5a6fdf55b11cb333285d61d03 (patch) | |
tree | dc7cb2320ba0f21cda2cd87096481c0731074296 /src/http/ngx_http_headers.c | |
parent | a21e30b91900dbbde5ea7fbc5ed4b2ec59969de7 (diff) | |
download | nginx-3d54061602b20fa5a6fdf55b11cb333285d61d03.tar.gz nginx-3d54061602b20fa5a6fdf55b11cb333285d61d03.zip |
nginx-0.0.3-2004-04-13-19:08:48 import
Diffstat (limited to 'src/http/ngx_http_headers.c')
-rw-r--r-- | src/http/ngx_http_headers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_headers.c b/src/http/ngx_http_headers.c index 57413afae..8c925be21 100644 --- a/src/http/ngx_http_headers.c +++ b/src/http/ngx_http_headers.c @@ -22,6 +22,7 @@ ngx_http_header_t ngx_http_headers_in[] = { #if (NGX_HTTP_GZIP) { ngx_string("Accept-Encoding"), offsetof(ngx_http_headers_in_t, accept_encoding) }, + { ngx_string("Via"), offsetof(ngx_http_headers_in_t, via) }, #endif { ngx_string("Authorization"), |