comparison src/http/modules/ngx_http_charset_filter_module.c @ 659:649c9063d0fd release-0.3.51

nginx-0.3.51-RELEASE import *) Bugfix: the "<" symbols might disappeared some conditions in the SSI; the bug had appeared in 0.3.50.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Jun 2006 12:19:32 +0000
parents 400711951595
children 9079ee4735ae
comparison
equal deleted inserted replaced
658:0de045bf51ad 659:649c9063d0fd
215 r->headers_out.override_charset->data); 215 r->headers_out.override_charset->data);
216 216
217 if (charset == NGX_HTTP_NO_CHARSET) { 217 if (charset == NGX_HTTP_NO_CHARSET) {
218 ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0, 218 ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
219 "unknown charset \"%V\" to override", 219 "unknown charset \"%V\" to override",
220 &r->headers_out.override_charset); 220 r->headers_out.override_charset);
221 221
222 return ngx_http_next_header_filter(r); 222 return ngx_http_next_header_filter(r);
223 } 223 }
224 224
225 } else { 225 } else {