Re: i28 proposed replacement text

Henrik Nordstrom wrote:
> Both gzip & deflate (zlib) is self delimiting and checksummed by the
> way, giving you this property.

Are you sure?  Concatenating gzip files (.gz) is allowed: when
decompressed it results in the concatenation of the decompressed
parts.  Therefore gzip _files_ aren't self delimiting.

I don't know if gzip-as-referenced-by-HTTP allows that, but given that
gzip files can, it would be inadvisable for the network protocol to be
different and depend on that difference.

-- Jamie

Received on Monday, 12 May 2008 15:10:46 UTC