* Joe Orton wrote: 

> On Sun, Jul 29, 2007 at 01:37:20PM +0200, Ruediger Pluem wrote:
> > And BTW, as the order of the encodings in Content-Encoding must be the
> > order in which they have been applied, don't we need to ensure that
> > gzip needs to be at the *end* of the content encoding string, as we
> > have to decode things in the reverse order?
>
> Yes.  Also: content-encoding is also not a colon-separated list, and the
> sizeof(char) pedantics just obfuscates the code, write for real
> machines, sizeof(char) == 1.

Not only for real machines. sizeof(char) is always 1, per definitionem.

nd

Reply via email to