Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] HTTP/2 hpack-09

Hi,

On Thu, Jul 31, 2014 at 5:30 AM, Greg Wilkins <gregw@xxxxxxxxxxx> wrote:
>
> Simone,
>
> I've updated hpack to follow the -09 draft.
> There is now a http/2 -14 draft out, so over to you to update for that:
> http://tools.ietf.org/html/draft-ietf-httpbis-http2-14#appendix-A.1

I have updated the implementation.
As of today, both FF nightly and Chrome unstable use h2-13, so it's
not possible to test against them.

> I'm also thinking that we are going to need to be able to receive
> CONTINUATION frames at least.

Right now, if a HEADERS does not have the END_HEADERS flag, we just
close the connection, so there is no need to handle CONTINUATION.

By "receive" what do you mean exactly ?
To read, parse, and feed the application with the additional headers
carried by CONTINUATION ?

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.


Back to the top