Re: QUIC and HTTP/3 roadmap blog post

2021-07-13 Thread Raminda Subashana
Hi Vladimir, Sure I'll share all the information. Thanks On Tue, Jul 13, 2021 at 6:44 PM Vladimir Homutov wrote: > On Tue, Jul 13, 2021 at 05:29:15PM +0530, Raminda Subashana wrote: > > Hi Maxim, > > > > Just tested nginx-quic release and there is a performance issue

Re: QUIC and HTTP/3 roadmap blog post

2021-07-13 Thread Raminda Subashana
/www.example.com.key; add_header Alt-Svc 'h3=":443"'; # Advertise that HTTP/3 is available add_header QUIC-Status $quic; # Sent when QUIC was used } On Tue, Jul 13, 2021 at 2:39 PM Raminda Subashana wrote: > Hi Maxim, > > Really interesting post, can

Re: QUIC and HTTP/3 roadmap blog post

2021-07-13 Thread Raminda Subashana
Hi Maxim, Really interesting post, can I publish this on my personal blog, is it legal? Thanks & Regards, Raminda On Tue, Jul 13, 2021 at 2:25 PM Mathew Heard wrote: > Hi Maxim, > > Really interesting read. > > Do you have any plans for resolving the SIGHUP causes session closure > issues that

nginx/stable 1.21.1-1~focal amd64 http/3 build issue

2021-07-09 Thread Raminda Subashana
Hi, I compiled the above focal release with http/3 pagespeed & brotli. nothing wrong with the build process & when I try to upgrade/install (upgrade from nginx/now 1.21.0-1-3) on ubuntu 20.04 I'm getting below error. dpkg: error processing package nginx-dbg (--install): dependency problems - lea

Fwd: Nginx HTTP/3 Issue

2021-07-05 Thread Raminda Subashana
Dear All, I have an issue with the Nginx HTTP3. when I add the "add_header alt-svc 'h3-29=":443"; ma=86400';" instead of "add_header Alt-Svc 'h3=":443"';" to the server block browser " err_too_many_redirects". Below is my simple config file to run a Magento 2.4.2 site. upstream fastcgi_backend {