Unit 1.26.1 release

2021-12-02 Thread Valentin V. Bartenev
Hi, I'm glad to announce a new release of NGINX Unit. This is a minor bugfix release that aims to eliminate some annoying regressions revealed after the release of Unit 1.26.0 two weeks ago. Notably, the shared OPcache implementation in that release required introducing some major architectural

[no subject]

2021-12-02 Thread Наталья Пучкова
  Hi all,   I faced a problem that when there is a connection and the Internet or VPN is disconnected while user on our site, the connection gets stuck in the writing state and does not disappear anymore. I am assuming that nginx does not detect that the connection has been interrupted. Has

Growing Writing Connections

2021-12-02 Thread Наталья Пучкова
similar situation? Maybe you know how to solve it >(for example, add some setting in the configuration)? >? >Thanks, >Natalya >-- next part -- >An HTML attachment was scrubbed... >URL: < >http://mailman.nginx.org/pipermail/nginx/attachments/20211202/88d668a

Re: Growing Writing Connections

2021-12-02 Thread Maxim Dounin
Hello! On Thu, Dec 02, 2021 at 04:30:57PM +0300, Наталья Пучкова wrote: > I faced a problem that when there is a connection and the > Internet or?VPN is disconnected while user on our site, the > connection gets stuck in the writing state and does not > disappear anymore. I am assuming that

[nginx-announce] unit-1.26.1

2021-12-02 Thread Valentin V. Bartenev
Hi, I'm glad to announce a new release of NGINX Unit. This is a minor bugfix release that aims to eliminate some annoying regressions revealed after the release of Unit 1.26.0 two weeks ago. Notably, the shared OPcache implementation in that release required introducing some major architectural

Re: nginx KTLS and HTTP/2 performance degradation

2021-12-02 Thread Vadim Fedorenko
Hello! I would say that current implementation of Kernel TLS in OpenSSL will give huge overhead because of additional syscall for every frame and it's header, it doesn't matter if it's sendfile or not. Without sendfile it's actually 5% worse in my tests. That's why it's better to disable Kernel

Re: nginx KTLS and HTTP/2 performance degradation

2021-12-02 Thread Maxim Dounin
Hello! On Fri, Dec 03, 2021 at 12:31:50AM +, Vadim Fedorenko wrote: > I would say that current implementation of Kernel TLS in OpenSSL will give > huge overhead because of additional syscall for every frame and it's header, > it doesn't matter if it's sendfile or not. Without sendfile it's

nginx KTLS and HTTP/2 performance degradation

2021-12-02 Thread Lyuben Stoev
Hello,     I have tested the nginx with the patch https://hg.nginx.org/nginx/rev/65946a191197 (SSL: SSL_sendfile() support with kernel TLS.) following the nginx blog article https://www.nginx.com/blog/improving-nginx-performance-with-kernel-tls/ And it sort of works, but I have bad

Re: nginxQuic: поддержка Openssl библиотеки quicktls

2021-12-02 Thread Sergey Kandaurov
> On 24 Nov 2021, at 22:58, izor...@gmail.com wrote: > > Здравствуйте. > > Собрал nginx с библиотекой QuicTLS - https://github.com/quictls/openssl > При активации протокола HTTP3 на нескольких хостах в лог начинаются сыпаться > такие ошибки: > ``` > 2021/11/24 22:52:45 [error] 40152#40152: *51

Re: nginx KTLS and HTTP/2 performance degradation

2021-12-02 Thread Maxim Dounin
Hello! On Thu, Dec 02, 2021 at 02:05:52PM +0200, Lyuben Stoev wrote: > Hello, >     I have tested the nginx with the patch > https://hg.nginx.org/nginx/rev/65946a191197 (SSL: SSL_sendfile() support > with kernel TLS.) following the nginx blog article >

Re: nginxQuic: поддержка Openssl библиотеки quicktls

2021-12-02 Thread Maxim Dounin
Hello! On Thu, Dec 02, 2021 at 01:44:02PM +0300, Sergey Kandaurov wrote: > > On 24 Nov 2021, at 22:58, izor...@gmail.com wrote: > > > > Здравствуйте. > > > > Собрал nginx с библиотекой QuicTLS - https://github.com/quictls/openssl > > При активации протокола HTTP3 на нескольких хостах в лог

Re: nginxQuic: поддержка Openssl библиотеки quicktls

2021-12-02 Thread izorkin
Здравствуйте, Maxim. Да, не собирается у меня nginx. Думал у меня где-то ошибка. Вы писали 2 декабря 2021 г., 16:30:22: > Hello! > On Thu, Dec 02, 2021 at 01:44:02PM +0300, Sergey Kandaurov wrote: > На взгляд кажется, что индентация неверна и забыта закрывающая > фигурная скобка. -- С

Re: nginxQuic: поддержка Openssl библиотеки quicktls

2021-12-02 Thread Sergey Kandaurov
> On 2 Dec 2021, at 16:30, Maxim Dounin wrote: > > Hello! > > On Thu, Dec 02, 2021 at 01:44:02PM +0300, Sergey Kandaurov wrote: > >>> On 24 Nov 2021, at 22:58, izor...@gmail.com wrote: >>> >>> Здравствуйте. >>> >>> Собрал nginx с библиотекой QuicTLS - https://github.com/quictls/openssl >>>

Re: nginxQuic: поддержка Openssl библиотеки quicktls

2021-12-02 Thread izorkin
Здравствуйте, Sergey. Спасибо, патч сработал, только там скобки одной не хватает. -- С уважением, Izorkin mailto:izor...@gmail.com ___ nginx-ru mailing list nginx-ru@nginx.org

Re: nginxQuic: поддержка Openssl библиотеки quicktls

2021-12-02 Thread izorkin
Здравствуйте, Sergey. Проверил - работает. Спасибо! Вы писали 2 декабря 2021 г., 17:01:57: > Tnx, видимо отвлёкся, пока переносил из ngx_ssl_create(). > diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c > --- a/src/http/ngx_http_request.c > +++