diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-10-02 05:39:37 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-02 05:39:37 +0000 |
commit | 87a01ea908356173d6387aea2af94ad0fe236bb4 (patch) | |
tree | 1abe9d49f56322c179e224b9154a9c871d13dacb /src/http/ngx_http_request.h | |
parent | 2cdd7e9e5bd7c0ddcc5dbf57aa3ffb998fd3335f (diff) | |
download | nginx-87a01ea908356173d6387aea2af94ad0fe236bb4.tar.gz nginx-87a01ea908356173d6387aea2af94ad0fe236bb4.zip |
nginx-0.0.1-2003-10-02-09:39:37 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 358a43974..ea9f2d283 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -121,6 +121,7 @@ typedef struct { ngx_table_elt_t *location; ngx_table_elt_t *last_modified; ngx_table_elt_t *content_range; + ngx_table_elt_t *accept_ranges; ngx_str_t charset; ngx_array_t ranges; |