encoding: Fixed a chunked decompression and added the deflate.
commitcfb2ef63d622eef0e605b1be03d29bfba18d45dc
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Mon, 11 Feb 2008 14:30:14 +0000 (11 15:30 +0100)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Sun, 17 Feb 2008 19:54:18 +0000 (17 21:54 +0200)
treecd3dc0dd18d11cbf20c20fc49311afb6134d12b9
parent8e0938d2fcb93f3d1d50d0b013d24710c77af8e5
encoding: Fixed a chunked decompression and added the deflate.
src/encoding/Makefile
src/encoding/deflate.c [new file with mode: 0644]
src/encoding/deflate.h [moved from src/encoding/gzip.h with 50% similarity]
src/encoding/encoding.c
src/encoding/encoding.h
src/encoding/gzip.c [deleted file]
src/protocol/http/http.c