commit | 89467caf4389b2d4e190463e6b62d4a54c7495c2 | [log] [tgz] |
---|---|---|
author | Ruslan Ermilov <ru@nginx.com> | Wed Mar 21 06:19:11 2012 +0000 |
committer | Ruslan Ermilov <ru@nginx.com> | Wed Mar 21 06:19:11 2012 +0000 |
tree | 192c20f2de51956cbc8f0a8139731731f2932bda | |
parent | acf6c79ac732039220f5ba04fec26a92fd9ef192 [diff] |
Minor ngx_http_headers_filter_module.c code cleanup. - Removed "hash" element from ngx_http_header_val_t which was always 1. - Replaced NGX_HTTP_EXPIRES_* with ngx_http_expires_t enum type. - Added prototype for ngx_http_add_header() - Simplified ngx_http_set_last_modified().