diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2012-07-09 00:13:06 +0000 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-07-09 00:13:06 +0000 |
commit | eb7c38a49ae11d9084969790f0b86d75cc1f11c7 (patch) | |
tree | 592bdb9feb92670a494759682153ee6a8eec4de4 /src/http/ngx_http_core_module.h | |
parent | 8b00c87c385ce1b3d231cbafff2bb431acec0953 (diff) | |
download | nginx-eb7c38a49ae11d9084969790f0b86d75cc1f11c7.tar.gz nginx-eb7c38a49ae11d9084969790f0b86d75cc1f11c7.zip |
Entity tags: set for static respones.
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r-- | src/http/ngx_http_core_module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 2c96167a0..52b3dde3c 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -480,6 +480,7 @@ ngx_int_t ngx_http_core_content_phase(ngx_http_request_t *r, void *ngx_http_test_content_type(ngx_http_request_t *r, ngx_hash_t *types_hash); ngx_int_t ngx_http_set_content_type(ngx_http_request_t *r); void ngx_http_set_exten(ngx_http_request_t *r); +ngx_int_t ngx_http_set_etag(ngx_http_request_t *r); ngx_int_t ngx_http_send_response(ngx_http_request_t *r, ngx_uint_t status, ngx_str_t *ct, ngx_http_complex_value_t *cv); u_char *ngx_http_map_uri_to_path(ngx_http_request_t *r, ngx_str_t *name, |