https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246790
--- Comment #9 from Christoph Moench-Tegeder <[email protected]> --- (In reply to megamansec from comment #7) Let's stick to usn.ubuntu.com for a moment. That server sends compressed data by default, but marks that with "Content-Encoding: gzip", which looks correct (here, firefox picks that up and... just works). Firefox sending Accept-Encoding, getting compressed content (with Content-Encoding) and displaying that is even more correct. (Are those headers intact in your case?). Having to clear out Accept-Encoding is an ugly hack. Curl only tries to decompress content if it has been told to request compression, which sometimes makes debugging harder than it should be. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
