Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] HTTP/2 Push is not working

Hi,

On Tue, Apr 21, 2015 at 5:23 PM, Guillaume Drouet <guidrouet@xxxxxxxxx> wrote:
> Hi,
>
> yes it seems to work on https://webtide.com because I see in chrome that all
> statics are downloaded at the same time. I'm still surprised that chrome
> shows that they are required after the HTML page is fetched, but not sure
> this tool is fully reliable.
>
> My Chrome version is 43.0.2351.3 m
>
> No particular log reports something related to the internal push operations.
> However, the filter works has expected and calls the push() method for each
> associated resource.
>
> I make sure the browser makes a new request by putting a breakpoint in the
> filter. Each time a static is needed, I can see the browser actually makes a
> new request to the server instead of expecting the promised push.

Nah.
It's the internal, server-side only, push mechanism that makes these
request, not the browser.

Please use chrome://net-internals/#spdy to actually see what's going
on at the HTTP/2 level in the browser (click on the right connection
link).
You will see the stream of all HTTP/2 frames.

-- 
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