https://bugzilla.wikimedia.org/show_bug.cgi?id=28069

--- Comment #11 from Platonides <platoni...@gmail.com> 2011-03-18 23:28:20 UTC 
---
(In reply to comment #10)
> and, it appears, either 
> Apache or some other logic in MW requested gzip encoding (now with a properly
> formed Content-Encoding header value).

It was mod_defalte what gzipped it.

> So, I can't test Content-Encoding:
> identity processing by FF 2.0.

Just use the test case Brion provided to Mozilla. Create a php file containing
(with some_file.png being a real file)
<?php
header('Content-Type: image/png');
header('Content-Encoding: identity');
readfile('some_file.png');
?>

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to