From: Brian Candler Date: 2003-05-17T23:59:58+09:00 Subject: Re: gzip cgi compression On Sat, May 17, 2003 at 11:06:34PM +0900, Dominik Werder wrote: > Here is the solution that works best for me. > Unfortunately I had to introduce the class IOBuffer because the > Zlib::GzipWriter can only write to IO objects. So I faked one by providing > just the write method. Any other solution? Is there an IO compatible > buffering class already? StringIO (it's a new feature in 1.8, but for 1.6.8 you can install the '1.6 to 1.8 shim' which is available from RAA) Regards, Brian.