commit | 4884cd611e805ada82ad2735d4598cd41922ca0a | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon May 19 22:45:34 2014 +0400 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon May 19 22:45:34 2014 +0400 |
tree | 9978596d4f69b24e33f225afb4819ae6dc39add9 | |
parent | ffba0eeefbdbc36d8bb826523355fd31d8929a27 [diff] |
Charset filter: fixed charset setting on encoded replies. If response is gzipped we can't recode response, but in case it's not needed we still can add charset to Content-Type. The r->ignore_content_encoding is dropped accordingly, charset with gzip_static now properly works without any special flags.