https://bugzilla.wikimedia.org/show_bug.cgi?id=31603
--- Comment #4 from [email protected] 2011-10-11 18:08:48 UTC --- Accept-Encoding=gzip is optional for the server. You should not insist on that, because the server can you also send an uncompress result. Check with "gzip".equals( connection.getHeaderField( "Content-Encoding" ) ) if the server send you an gzipped result and you have to wrap your InputStream into a GZIPInputStream or not. -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
