commit | 95755181b828cccaa833d7b8d1d47174b7b360b7 | [log] [tgz] |
---|---|---|
author | Peter Korsgaard <jacmet@sunsite.dk> | Fri Mar 25 13:38:52 2011 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Mar 27 23:26:33 2011 +0200 |
tree | b6723774a139aff0dd57c3e83b52a6d7889377ee | |
parent | 95f5c52e6f823c710be807fb86c8b2fafec8a334 [diff] |
httpd: don't send error messages with gzip encoding If CONFIG_FEATURE_HTTPD_GZIP is enabled and request contained 'Accept-Encoding: gzip', then errors were sent with 'Content-Encoding: gzip' even though they aren't. Fix it by clearing content_gzip before sending the headers. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>