# HG changeset patch # User Igor Sysoev # Date 1219066697 0 # Node ID 8caf97ecb136a3626d319c9d380077dc3c6e004f # Parent ecce31d90117072dbf3c48f3231d924e2527ebba remove text/css from default charset_types as it does not usually require recoding diff --git a/src/http/modules/ngx_http_charset_filter_module.c b/src/http/modules/ngx_http_charset_filter_module.c --- a/src/http/modules/ngx_http_charset_filter_module.c +++ b/src/http/modules/ngx_http_charset_filter_module.c @@ -115,7 +115,6 @@ static ngx_int_t ngx_http_charset_postco ngx_str_t ngx_http_charset_default_types[] = { ngx_string("text/html"), - ngx_string("text/css"), ngx_string("text/xml"), ngx_string("text/plain"), ngx_string("text/vnd.wap.wml"),