Add a new wvgzipstream.cc, just to implement the gzip: moniker.
commit32a6a77de8a646f031214a085ee4de095067830f
authorAvery Pennarun <apenwarr@gmail.com>
Tue, 16 Sep 2008 06:38:21 +0000 (16 02:38 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 16 Sep 2008 06:38:21 +0000 (16 02:38 -0400)
treeda37f23861158211c75d11f4569acbde88f41ff1
parent525d2ddff4b48f8e293d51e853ab03f0e93ecdd2
Add a new wvgzipstream.cc, just to implement the gzip: moniker.

wvgzipstream.h already implemented the actual WvGzipStream, but there was no
moniker available.  Add it.  Now, like magic, wvdbus/wvdbusd support gzip
encoding.

(Try "wvdbusd 'tcp:5555 gzip:'" and "wvdbus -m 'gzip:tcp:5555'")
streams/wvgzipstream.cc [new file with mode: 0644]