aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-11-09 15:41:35 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-11-09 15:41:35 +0000
commit6c2f052744d189cbe94d9198463fc46e7ff8ea5b (patch)
tree0ddf8eb9f4077f95173d76a84fb36cacf02f6284 /src/http/ngx_http_request.h
parentcc5484fab1f8e5a5f08c05be6b2b7d040896849a (diff)
downloadnginx-6c2f052744d189cbe94d9198463fc46e7ff8ea5b.tar.gz
nginx-6c2f052744d189cbe94d9198463fc46e7ff8ea5b.zip
If-Range support
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 9098a2ada..db001c5ea 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -168,6 +168,7 @@ typedef struct {
ngx_table_elt_t *content_type;
ngx_table_elt_t *range;
+ ngx_table_elt_t *if_range;
ngx_table_elt_t *transfer_encoding;