methods/gzip.cc: With FileFd now being able to read gzipped files, there
authormartin@piware.de <>
Tue, 6 Jul 2010 11:14:57 +0000 (13:14 +0200)
committermartin@piware.de <>
Tue, 6 Jul 2010 11:14:57 +0000 (13:14 +0200)
commit127e6df37213a1fda0dd5b44182acf678ccbbf02
tree1fc838ca3c2ce3bc91d8f54d520266ecf24d2bf3
parentd13c2d3f7b10e558301a05948e91ac4a60160793
methods/gzip.cc: With FileFd now being able to read gzipped files, there
is no need for the gzip method any more to spawn an external gzip process.
Rewrite it to use FileFd directly, which makes the code a lot simpler, and
also using less memory and overhead.
debian/changelog
methods/gzip.cc