Hi all, Is there a way to create a gzip binary in a streaming fashion? The zlib module via zlib:deflate gives a streaming interface, but this seems to only support the zlib deflate format and doesn't add the extra headers and whatnot to make a gzip. Have I missed something? Thanks, + seth