diff options
author | Ruslan Ermilov <ru@nginx.com> | 2018-02-08 09:54:18 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2018-02-08 09:54:18 +0300 |
commit | 8590d9d615d0b83cf076421d1e18c64ca66a1a44 (patch) | |
tree | 2575b8835580721af8ab841c09d7480d30132057 /src/http/ngx_http_request.h | |
parent | d31d547dba886fcbc3738e649b1667e65170e6e1 (diff) | |
download | nginx-8590d9d615d0b83cf076421d1e18c64ca66a1a44.tar.gz nginx-8590d9d615d0b83cf076421d1e18c64ca66a1a44.zip |
Basic support of the Link response header.
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 421004a0d..ead323866 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -279,6 +279,7 @@ typedef struct { ngx_uint_t content_type_hash; ngx_array_t cache_control; + ngx_array_t link; off_t content_length_n; off_t content_offset; |