Nginx HTTP/2 server push support
hg.nginx.org
Nginx HTTP/2 server push support
1–10 of 66 posts
Re: Nginx HTTP/2 server push support
#2They did a static analysis and fixed a null pointer dereference here: https://hg.nginx.org/nginx/rev/8b0553239592
Re: Nginx HTTP/2 server push support
#3Glad push support is finally about to ship.
Re: Nginx HTTP/2 server push support
#4Are there any good general guidelines on when you should use HTTP2 push?
Edit: Oops, I missed out "push" at the end.
Re: Nginx HTTP/2 server push support
#5Are there any good general guidelines on when you should use HTTP2 push? Edit: Oops, I missed out "push" at the end.
I would suggest using HTTP/2 whenever possible. Features like connection multiplexing and pipelining alone are huge benefits.
Re: Nginx HTTP/2 server push support
#6Awesome. Is this going to make it into stable 1.12.X?
Re: Nginx HTTP/2 server push support
#7Interesting video about HTTP 2.
Re: Nginx HTTP/2 server push support
#8How are you going to signal nginx what to push?
Are you going to be able to push stuff from your application if using Nginx as a proxy? For example, a dynamic view that includes a css file hosted by nginx.
Re: Nginx HTTP/2 server push support
#9[deleted]
Re: Nginx HTTP/2 server push support
#10For those interested, I wrote a lengthy blogpost about HTTP/2 a few years ago, detailing the architectural/infrastructure changes needed to support it for your endusers: https://ma.ttias.be/architecting-websites-http2-era/