aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
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_request.h
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_request.h')
-rw-r--r--src/http/ngx_http_request.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 5e127e8fc..215dedfe8 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -100,6 +100,7 @@ typedef struct {
#if (NGX_HTTP_GZIP)
ngx_table_elt_t *accept_encoding;
+ ngx_table_elt_t *via;
#endif
ngx_table_elt_t *authorization;