Re: h2 header field names

On 4 September 2014 23:25, Martin Nilsson <nilsson@opera.com> wrote:

> I want to be able to send binary header values as soon as possible


I'd like to remind everybody that headers are not flow controlled, cannot
be  segmented to allow multiplexing (can only be segmented for streaming)
and can be very large.

To allow binary headers is going to invite significant protocol misuse.
Why send your data in a message body if you can put it cheaply into the
header and not have to contend with sharing the connection with any other
requests/streams etc.!

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, 4 September 2014 22:55:40 UTC