]> git.kaiwu.me - nginx.git/commitdiff
remove code disabled since 0.1.29 version
authorIgor Sysoev <igor@sysoev.ru>
Wed, 3 Mar 2010 15:14:04 +0000 (15:14 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 3 Mar 2010 15:14:04 +0000 (15:14 +0000)
src/http/ngx_http_header_filter_module.c

index 237911154036bd265d1f6a06b25346fa52b3988f..ef17911075c279049c0818a7a91c0caa197c28b6 100644 (file)
@@ -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"),