aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_headers.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-04-13 15:08:48 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-04-13 15:08:48 +0000
commit3d54061602b20fa5a6fdf55b11cb333285d61d03 (patch)
treedc7cb2320ba0f21cda2cd87096481c0731074296 /src/http/ngx_http_headers.c
parenta21e30b91900dbbde5ea7fbc5ed4b2ec59969de7 (diff)
downloadnginx-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.c1
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"),