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

--- Comment #3 from Antoine "hashar" Musso <has...@free.fr> 2012-02-08 20:46:05 
UTC ---
Requesting without accepting gzip
$ curl -s http://trunk.dev/index.php/Main_Page | tail -2
<!-- Cached/compressed 20120208070016 -->
</html>
$

When accepting gzip, I need to unzip the output twice:
$ curl -s -H 'ACCEPT-ENCODING: gzip' http://trunk.dev/index.php/Main_Page |
zcat | zcat | tail -2
<!-- Cached/compressed 20120208070016 -->
</html>
$

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
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