mirror of
https://github.com/nginx/nginx.git
synced 2024-12-19 05:33:52 -06:00
remove code disabled since 0.1.29 version
This commit is contained in:
parent
e0538991ff
commit
ff1a888caf
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user