Re: #445: Transfer-codings

On Apr 5, 2014 4:33 AM, "Ilari Liusvaara" <ilari.liusvaara@elisanet.fi>
wrote:
>
> On Sat, Apr 05, 2014 at 03:52:55AM +1000, Matthew Kerwin wrote:
> >
> > No, each DATA is encoded independently. I guess that wasn't clear. Isn't
> > that how T-E worked in 1.1?
>
> No. In HTTP/1.1, gzip (just as example) T-E works in either of two ways:
>
> - Gzip the whole response and then chunk the gzipped stream.

Oh, right. I guess the difference here is that, because each DATA has its
own headers (flags), I've turned this from gzip+chunked to something like
multipart+gzip.

Now I understand some of the confusion.

Received on Friday, 4 April 2014 18:51:09 UTC