Comment 4 for bug 102652

Revision history for this message
Ian Jackson (ijackson) wrote : Re: [Bug 102652] Re: Librarian should not re-encode gzipped files

Diogo Matsubara writes ("[Bug 102652] Re: Librarian should not re-encode gzipped files"):
> - Content-Encoding: gzip and Content-type: application/gzipped-tar
> + Librarian should not re-encode gzipped files

I think this is an erroneous description. The file is _not_ being
_reencoded_. The file is being served up as-is (gzipped tarfile), but
the Content-Type and Content-Encoding headers together wrongly suggest
that it was wrongly reencoded (ie, these headers are those which would
correspond to a gzipped gzipped tarfile).

Ian.