diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-03-03 15:14:04 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-03-03 15:14:04 +0000 |
commit | ff1a888caf3979fe207f3ad586414491377d210f (patch) | |
tree | 6fd5d675cedaad12d69e45ab6cf28254d4f755eb /src | |
parent | e0538991ffe0937ec3f0eee7b9494979ea16239b (diff) | |
download | nginx-ff1a888caf3979fe207f3ad586414491377d210f.tar.gz nginx-ff1a888caf3979fe207f3ad586414491377d210f.zip |
remove code disabled since 0.1.29 version
Diffstat (limited to 'src')
-rw-r--r-- | src/http/ngx_http_header_filter_module.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/http/ngx_http_header_filter_module.c b/src/http/ngx_http_header_filter_module.c index 237911154..ef1791107 100644 --- a/src/http/ngx_http_header_filter_module.c +++ b/src/http/ngx_http_header_filter_module.c @@ -132,10 +132,6 @@ static ngx_str_t ngx_http_status_lines[] = { ngx_http_header_out_t ngx_http_headers_out[] = { { ngx_string("Server"), offsetof(ngx_http_headers_out_t, server) }, { ngx_string("Date"), offsetof(ngx_http_headers_out_t, date) }, -#if 0 - { ngx_string("Content-Type"), - offsetof(ngx_http_headers_out_t, content_type) }, -#endif { ngx_string("Content-Length"), offsetof(ngx_http_headers_out_t, content_length) }, { ngx_string("Content-Encoding"), |