Re: Would a header/schema compiler help?

On Thu, Aug 02, 2012 at 02:49:31PM -0700, Phillip Hallam-Baker wrote:
> I remember what we wrote. What the code does is very frequently different.
> 
> A TCP connection itself represents state so I don't see any real
> reason not to permit cookie caching for the duration of the session.
> And I would much prefer to have explicit state than state implicit in
> some compression dictionary.

A TCP connection may transport requests from many different user agents
in turn. But where the size problem matters, this is rarely the case.
This is why we suggested an alternative using per-connection headers
in the network-friendly draft.

Regards,
Willy

Received on Thursday, 2 August 2012 22:58:46 UTC