aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-09-28 19:29:06 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-09-28 19:29:06 +0000
commit2cdd7e9e5bd7c0ddcc5dbf57aa3ffb998fd3335f (patch)
tree6a2b3c17c58af5159ff80a1bcef94f7c93632967 /src/http/ngx_http_request.h
parent02f0132392913bd632d2616a0c0ab5391c2cfc6d (diff)
downloadnginx-2cdd7e9e5bd7c0ddcc5dbf57aa3ffb998fd3335f.tar.gz
nginx-2cdd7e9e5bd7c0ddcc5dbf57aa3ffb998fd3335f.zip
nginx-0.0.1-2003-09-28-23:29:06 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 a4ecb6bf1..358a43974 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -117,6 +117,7 @@ typedef struct {
ngx_table_elt_t *server;
ngx_table_elt_t *date;
ngx_table_elt_t *content_type;
+ ngx_table_elt_t *content_encoding;
ngx_table_elt_t *location;
ngx_table_elt_t *last_modified;
ngx_table_elt_t *content_range;