Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Server push with standalone Jetty

Hi,

On Wed, Feb 3, 2016 at 8:46 PM, Conundrum <Conondrumk@xxxxxxxxx> wrote:

> [  0.079] [INVALID; error=Protocol error] recv PUSH_PROMISE frame
> <length=29, flags=0x04, stream_id=22>
>           ; END_HEADERS
>           (padlen=0, promised_stream_id=42)

nghttp2 seems to complain about this PUSH_PROMISE.

The only thing that is slightly different from the normal is that this
PUSH_PROMISE belongs to a previous PUSH_PROMISE.
The primary resource is stream #13, which got stream #22 pushed, and
stream #22 got stream #42 pushed (above).

Perhaps nghttp2 is not able to handle "recursive" pushes ?

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top