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

I suspect he means be able to read them and then close the connection
with an appropriate error message
--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx


On Fri, Aug 1, 2014 at 7:36 AM, Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
> 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.
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/jetty-dev


Back to the top