[PATCH] Deprecated HTTP/2 Server Push directives

2023-06-13 Thread Yaroslav Zhuravlev
# Node ID 4bb6a5759758dab2351f70cdd5942a7d1ed03e99 # Parent d0b3b7889bfa45ce03845acdc51919463f455874 Deprecated HTTP/2 Server Push directives. diff --git a/xml/en/docs/http/ngx_http_v2_module.xml b/xml/en/docs/http/ngx_http_v2_module.xml --- a/xml/en/docs/http/ngx_http_v2_module.xml +++ b/xml/en

Re: Nginx 1.13.9 HTTP/2 Server Push - non-compressed assets ?

2018-02-15 Thread George
thanks Ruslan just tested your committed fixes for this in master branch and working nicely https://community.centminmod.com/threads/hurray-http-2-server-push-for-nginx.11910/page-2#post-59602 :) Posted at Nginx Forum: https://forum.nginx.org/read.php?2,278481,278608#msg-278608

Re: Nginx 1.13.9 HTTP/2 Server Push - non-compressed assets ?

2018-02-14 Thread Ruslan Ermilov
On Wed, Feb 14, 2018 at 06:19:01PM -0500, George wrote: > thanks Ruslan for the update appreciate all your work and looking forward to > playing with HTTP/2 Push finally ! :) Start off right today: https://www.youtube.com/watch?v=wR1gF5Lhcq0 ___ nginx

Re: Nginx 1.13.9 HTTP/2 Server Push - non-compressed assets ?

2018-02-14 Thread George
thanks Ruslan for the update appreciate all your work and looking forward to playing with HTTP/2 Push finally ! :) Posted at Nginx Forum: https://forum.nginx.org/read.php?2,278481,278582#msg-278582 ___ nginx mailing list nginx@nginx.org

Re: Nginx 1.13.9 HTTP/2 Server Push - non-compressed assets ?

2018-02-14 Thread Ruslan Ermilov
On Sat, Feb 10, 2018 at 01:21:16PM -0500, George wrote: > Hi compiled Nginx 1.13.9 from master branch to try out HTTP/2 Server Push > but noticed the pushed assets loose their gzip compression and are served as > non-compressed assets ? Is that as intended ? I posted my findings a

Re: Nginx 1.13.9 HTTP/2 Server Push - non-compressed assets ?

2018-02-11 Thread George
Reported bug at https://trac.nginx.org/nginx/ticket/1478 Posted at Nginx Forum: https://forum.nginx.org/read.php?2,278481,278488#msg-278488 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Nginx 1.13.9 HTTP/2 Server Push - non-compressed assets ?

2018-02-10 Thread George
Hi compiled Nginx 1.13.9 from master branch to try out HTTP/2 Server Push but noticed the pushed assets loose their gzip compression and are served as non-compressed assets ? Is that as intended ? I posted my findings at https://community.centminmod.com/threads/hurray-http-2-server-push-for-nginx

Re: HTTP/2 server push

2018-02-09 Thread beatnut
Thank you for an answer. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,278415,278435#msg-278435 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: HTTP/2 server push

2018-02-08 Thread Ruslan Ermilov
On Thu, Feb 08, 2018 at 08:45:50AM -0500, beatnut wrote: > Hi everyone, > According to the roadmap https://trac.nginx.org/nginx/roadmap server push > will show up in a few days. It's been committed today and will be available in the next release. > My question is : > How to mitigate problem when

HTTP/2 server push

2018-02-08 Thread beatnut
Hi everyone, According to the roadmap https://trac.nginx.org/nginx/roadmap server push will show up in a few days. My question is : How to mitigate problem when we are pushing resources already being in the cache for example pushed earlier ? Do i have to make some workaround using cookies or nginx

[nginx] HTTP/2: server push.

2018-02-07 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/641306096f5b branches: changeset: 7201:641306096f5b user: Ruslan Ermilov <r...@nginx.com> date: Thu Feb 08 09:55:03 2018 +0300 description: HTTP/2: server push. Resources to be pushed are configured with the "http2_push"

Re: Are there plans for Nginx supporting HTTP/2 server push?

2016-11-15 Thread Alt
Hello, Andrei Wrote: --- > does not support HTTP/2 with "Server Push" (which most consider the > primary > boost in HTTP/2), however it is available in Nginx Plus (paid No, parallel requests are the primary boost of HTTP/2. Personally I'm very

Re: Are there plans for Nginx supporting HTTP/2 server push?

2016-11-08 Thread Maxim Konovalov
On 11/8/16 7:32 PM, Andrei wrote: > I stand corrected, neither Plus nor Community support "Server Push". > Just another marketing buzz related title with the fine print caveat > - "HTTP/2 Fully Supported in NGINX Plus" @ > https://www.nginx.com/blog/http2-r7 > [...] Yes, right, partially because

Re: Are there plans for Nginx supporting HTTP/2 server push?

2016-11-08 Thread Andrei
;ma...@nginx.com> wrote: > Andrei, > > nginx-plus has identical HTTP/2 implementation as nginx-oss. It > means no HTTP/2 push in -plus. > > I repeat my question: where did you get information that there is > HTTP/2 push in -plus? > > On 11/8/16 7:09 PM, Andrei wrote: > &g

Re: Are there plans for Nginx supporting HTTP/2 server push?

2016-11-08 Thread Maxim Konovalov
Andrei, nginx-plus has identical HTTP/2 implementation as nginx-oss. It means no HTTP/2 push in -plus. I repeat my question: where did you get information that there is HTTP/2 push in -plus? On 11/8/16 7:09 PM, Andrei wrote: > The mentioned boost was in regards to HTTP/2 server push as sta

Re: Are there plans for Nginx supporting HTTP/2 server push?

2016-11-08 Thread Maxim Konovalov
Andrei, On 11/8/16 6:53 PM, Andrei wrote: > This is a common misconception; "HTTP/2 support" is not the same > as "HTTP/2 with server push support". That being said, the > Nginx.org/community version does not support HTTP/2 with "Server > Push" (which most consider the primary boost in HTTP/2),

Re: Are there plans for Nginx supporting HTTP/2 server push?

2016-11-08 Thread Andrei
Hello, This is a common misconception; "HTTP/2 support" is not the same as "HTTP/2 with server push support". That being said, the Nginx.org/community version does not support HTTP/2 with "Server Push" (which most consider the primary boost in HTTP/2), however it is available in Nginx Plus (paid

Re: Are there plans for Nginx supporting HTTP/2 server push?

2016-11-02 Thread navern
Hello, I have same question. Are there any estimates for this feature? Maybe i missed something:) On 22.09.2016 15:00, mastercan wrote: Is there something like a release timeline for HTTP/2 server push feature in Nginx? It would help make https connections faster and get rid of one TCP

Re: Are there plans for Nginx supporting HTTP/2 server push?

2016-09-27 Thread atulhost
Hi Mastercan, As of now NGINX is supporting HTTP/2 Natively here is how to activate it. https://atulhost.com/enable-http2-nginx Posted at Nginx Forum: https://forum.nginx.org/read.php?2,269749,269863#msg-269863 ___ nginx mailing list nginx@nginx.org

Are there plans for Nginx supporting HTTP/2 server push?

2016-09-22 Thread mastercan
Is there something like a release timeline for HTTP/2 server push feature in Nginx? It would help make https connections faster and get rid of one TCP roundtrip. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,269749,269749#msg-269749

Nginx HTTP/2 server push support ?

2016-02-02 Thread George
Curious if anyone has heard or knows if or when Nginx HTTP/2 support will add server push https://http2.github.io/faq/#how-can-i-use-http2-server-push ? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,264252,264252#msg-264252 ___ nginx