Re: YAC Proposal

On 3 July 2014 10:42, Roberto Peon <grmocg@gmail.com> wrote:

> I wonder how many servers don't. I don't know of any major servers with
> such a cap, but I'm surely in the dark.
> Do we know how many place a cap on the size of response headers?
>

Jetty currently has a setting for max request and response header size,
which both default to 8k.   Users can set it as large as they like, but it
does use more memory and we are probably not as efficient as we could be.

If just about everything supports it, why would it be an extension?
>

We'd love to keep the same behaviour, but we simply do not trust a
mechanism that will only be activated for tine fraction of users that set a
max header size > 20-something KB.   The benefit of Jumbo frames is that
they allow the same code path to be used for small and large headers - thus
it becomes just a matter of configuration.

If we can drop CONTINUATIONS in favour of jumbo frames, then I do not think
this needs to be an extension.   If we don't then I do.

cheers







-- 
Greg Wilkins <gregw@intalio.com>
http://eclipse.org/jetty HTTP, SPDY, Websocket server and client that scales
http://www.webtide.com  advice and support for jetty and cometd.

Received on Thursday, 3 July 2014 06:44:10 UTC