mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 20:53:30 +08:00
style fix
This commit is contained in:
parent
775fd53f2d
commit
11ab73e538
@ -367,7 +367,7 @@ no_charset_map:
|
|||||||
|
|
||||||
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
|
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
|
||||||
"no \"charset_map\" between the charsets \"%V\" and \"%V\"",
|
"no \"charset_map\" between the charsets \"%V\" and \"%V\"",
|
||||||
from, to);
|
from, to);
|
||||||
|
|
||||||
return ngx_http_next_header_filter(r);
|
return ngx_http_next_header_filter(r);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user