Re: Do we kill the "Host:" header in HTTP/2 ?

On Thu, Jan 31, 2013 at 8:04 AM, Roberto Peon <grmocg@gmail.com> wrote:

>
> I'll point out that it is extremely rare for the whole URL to match a
> prior URL, and it is extremely common for the scheme and the host to remain
> constant across a large number of queries.
>
> +1


>
> Sending the components of the URI separately reduces the need to parse
> these things, and better, since most of the time the host won't have
> changed, a simple single 'if' allows us to proceed with the fqdn of the
> previous request without any parsing at all.
>
>
and we can apply a requirement to order things :scheme, :host, :uri in
order to facilitate streaming ..

Received on Wednesday, 30 January 2013 23:32:26 UTC