comparison src/http/ngx_http_header_filter_module.c @ 3462:546fdeb20a67

remove code disabled since 0.1.29 version
author Igor Sysoev <igor@sysoev.ru>
date Wed, 03 Mar 2010 15:14:04 +0000
parents e51e8ec95b50
children 192b727c2563
comparison
equal deleted inserted replaced
3461:e51e8ec95b50 3462:546fdeb20a67
130 130
131 131
132 ngx_http_header_out_t ngx_http_headers_out[] = { 132 ngx_http_header_out_t ngx_http_headers_out[] = {
133 { ngx_string("Server"), offsetof(ngx_http_headers_out_t, server) }, 133 { ngx_string("Server"), offsetof(ngx_http_headers_out_t, server) },
134 { ngx_string("Date"), offsetof(ngx_http_headers_out_t, date) }, 134 { ngx_string("Date"), offsetof(ngx_http_headers_out_t, date) },
135 #if 0
136 { ngx_string("Content-Type"),
137 offsetof(ngx_http_headers_out_t, content_type) },
138 #endif
139 { ngx_string("Content-Length"), 135 { ngx_string("Content-Length"),
140 offsetof(ngx_http_headers_out_t, content_length) }, 136 offsetof(ngx_http_headers_out_t, content_length) },
141 { ngx_string("Content-Encoding"), 137 { ngx_string("Content-Encoding"),
142 offsetof(ngx_http_headers_out_t, content_encoding) }, 138 offsetof(ngx_http_headers_out_t, content_encoding) },
143 { ngx_string("Location"), offsetof(ngx_http_headers_out_t, location) }, 139 { ngx_string("Location"), offsetof(ngx_http_headers_out_t, location) },