diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-09-28 19:29:06 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-09-28 19:29:06 +0000 |
commit | 2cdd7e9e5bd7c0ddcc5dbf57aa3ffb998fd3335f (patch) | |
tree | 6a2b3c17c58af5159ff80a1bcef94f7c93632967 /src/http/ngx_http_request.h | |
parent | 02f0132392913bd632d2616a0c0ab5391c2cfc6d (diff) | |
download | nginx-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.h | 1 |
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; |