Hi,

On Wed, Feb 3, 2016 at 8:46 PM, Conundrum <[email protected]> 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.
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to