Live data from Hacker News

Nginx-1.14.0 stable version has been released

nginx.org

1–10 of 68 posts

Re: Nginx-1.14.0 stable version has been released

#8

>http2_push /static/css/main.css; Silly question, but what's the use case for the HTTP/2 Push? Their example with pushing doesn't make sense to me. Why would you want to push static content?

So that the files can be downloaded before the html is parsed if I recall correctly.

Re: Nginx-1.14.0 stable version has been released

#9

>http2_push /static/css/main.css; Silly question, but what's the use case for the HTTP/2 Push? Their example with pushing doesn't make sense to me. Why would you want to push static content?

You push it along with the initial page, before the browser has even requested it.

Re: Nginx-1.14.0 stable version has been released

#10

>http2_push /static/css/main.css; Silly question, but what's the use case for the HTTP/2 Push? Their example with pushing doesn't make sense to me. Why would you want to push static content?

So that the files can be downloaded before the html is parsed if I recall correctly.

[deleted]
Post reply on HN