commit | 87a01ea908356173d6387aea2af94ad0fe236bb4 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Oct 02 05:39:37 2003 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Oct 02 05:39:37 2003 +0000 |
tree | 1abe9d49f56322c179e224b9154a9c871d13dacb | |
parent | 2cdd7e9e5bd7c0ddcc5dbf57aa3ffb998fd3335f [diff] [blame] |
nginx-0.0.1-2003-10-02-09:39:37 import
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 358a439..ea9f2d2 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h
@@ -121,6 +121,7 @@ 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;