Re: [PATCH] PCRE: retain input pattern for all regular expressions

2013-05-06 Thread Maxim Konovalov
sions. > [...] I asked Valentin to review your patch. He is on vacation currently so it takes some time. Thanks for the patch! -- Maxim Konovalov +7 (910) 4293178 http://nginx.com/services.html ___ nginx-devel mailing list nginx-devel@nginx.org htt

contributing changes article

2013-05-23 Thread Maxim Konovalov
Hello, we recently added a short article to help people to contribute code to nginx: http://nginx.org/en/docs/contributing_changes.html Hope this helps a bit. -- Maxim Konovalov +7 (910) 4293178 http://nginx.com/services.html ___ nginx-devel

Re: Stop handling SIGTERM and zombie processes after reconfigure

2013-07-04 Thread Maxim Konovalov
is patch and try to > check whether the error persists. > Just curious, what's the patch? -- Maxim Konovalov +7 (910) 4293178 http://nginx.com/services.html ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: IPv6 support in resolver

2013-07-15 Thread Maxim Konovalov
timeout = 10; > > + > > } > > } > > > > Please avoid unrelated changes. > > [...] > > -- > Maxim Dounin > http://nginx.org/en/donation.html > > ___ > nginx-devel mailing list > nginx-devel@nginx.org <mailto:nginx-devel@nginx.org> > http://mailman.nginx.org/mailman/listinfo/nginx-devel > > > > > ___ > nginx-devel mailing list > nginx-devel@nginx.org > http://mailman.nginx.org/mailman/listinfo/nginx-devel > -- Maxim Konovalov +7 (910) 4293178 http://nginx.com/services.html ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: [PATCH] DragonFlyBSD KEEPALIVE_TUNABLE

2013-07-24 Thread Maxim Konovalov
there any reasons why these timers have a millisecond resolution and not compatible with other BSD's? -- Maxim Konovalov +7 (910) 4293178 http://nginx.com/services.html ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org

Re: Looking for developer to fix a NginX test case module

2013-08-05 Thread Maxim Konovalov
t was received. > We indeed received a donation but a name of the donor is different. Please check the donors list here http://nginx.org/en/donation.html -- Maxim Konovalov http://nginx.com ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: IPv6 support in resolver

2013-10-29 Thread Maxim Konovalov
out my patch? > > Regards, > Anton Kortunov. > > > On Mon, Jul 15, 2013 at 5:02 PM, Maxim Konovalov <mailto:ma...@nginx.com>> wrote: > > Hi Anton, > > First of all, thanks for the patches! > > Just want to let you know that we have a ticket

Re: [PATCH] SPDY: support for SPDY v3

2013-12-25 Thread Maxim Konovalov
ion! We already have spdy/3.1 support in our roadmap (http://trac.nginx.org/nginx/roadmap) and planning to finish this project by the end of January, 2014. During this work we will evaluate the Taobao patch too. Thanks again, Maxim Konovalov -- Maxim Konov

[nginx] Missed comma fixed. A couple of Latin symbols plugged into

2014-04-23 Thread Maxim Konovalov
details: http://hg.nginx.org/nginx/rev/64958ea92fd2 branches: changeset: 5668:64958ea92fd2 user: Maxim Konovalov date: Wed Apr 23 16:00:59 2014 + description: Missed comma fixed. A couple of Latin symbols plugged into Russian text changed to Russian counterparts. diffstat

Re: [nginx] nginx-1.7.1-RELEASE

2014-05-27 Thread Maxim Konovalov
an.nginx.org/pipermail/nginx/2014-May/043755.html -- Maxim Konovalov http://nginx.com ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: Development environment

2014-08-21 Thread Maxim Konovalov
of interest to share, don't hesitate. > If you are going to write nginx code I'd also suggest to use on a regular basis our test suit that you can find here: http://hg.nginx.org/ -- Maxim Konovalov http://nginx.com ___ nginx-devel mailin

Re: nginx test

2014-11-05 Thread Maxim Konovalov
;>> >>> I am looking for some test tools, test cases, test dataset for nginx to >>> test >>> if my changes introduce any regression issues. But I did not find them >>> in the >>> nginx community. Can anyone point me where I can find them if there

Re: Processing responses of unbounded sizes from upstream servers

2015-11-02 Thread Maxim Konovalov
something that we are not proud of. We are still trying to figure out how to fix that. -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: Processing responses of unbounded sizes from upstream servers

2015-11-02 Thread Maxim Konovalov
On 11/2/15 1:06 PM, Maxim Konovalov wrote: > Hi Maxime, > > On 10/27/15 8:04 PM, Maxime Henrion wrote: >> Hello Maxim, >> >> Thanks for your input, it *is* appreciated. >> > [...] > > We understand your disappointment -- that's share that nginx sti

Re: Pushing HTTP/2 to stable branch

2015-12-22 Thread Maxim Konovalov
l/May timeframe. Also, it's safe to use 1.9 in production -- see the resent thread here about nginx http/2 stability. -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: [PATCH] ngx_pstrdup() and ngx_copy() problems

2015-12-22 Thread Maxim Konovalov
th a data element, which is a string, and a len element, which is the length of that string. Nginx uses this data structure most places you'd expect a string. http://www.evanmiller.org/nginx-modules-guide.html [...] -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: Mainline HTTP/2 and Dependencies?

2016-01-05 Thread Maxim Konovalov
X's implementation > and does not rely on the external implementations in other libraries. I > would, however, like a confirmation on this. > > Can someone please confirm whether what I think I know is in fact the case? > Confirmed. -- Maxim Konovalov ___

Re: Stream Module Variables

2016-02-04 Thread Maxim Konovalov
in. > Thanks for the input. This is something we have in the stream roadmap but no ETA so far. As the stream module is rather new and almost unknown for the most of nginx users we really want to collect more feedback from users about basic and missed features in the stream modules. -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

[njs] An option how to build njs module dynamically provided.

2016-03-23 Thread Maxim Konovalov
details: http://hg.nginx.org/njs/rev/4deb6b538b48 branches: changeset: 84:4deb6b538b48 user: Maxim Konovalov date: Wed Mar 23 12:10:44 2016 +0300 description: An option how to build njs module dynamically provided. diffstat: README | 8 1 файлов изменено, 8 вставок

Re: True Dynamic Module Binary Plug-In Model ETA

2016-08-23 Thread Maxim Konovalov
gt; problems and complexities with trying to develop a commercial nginx > plug-in. > > Any time frame or relevant information or additional thoughts you > can provide on this topic would be greatly appreciated, > I will ask our PM team to consider you

Re: Constant Bit Rate delivery from NginX during Reverse Proxy

2016-08-23 Thread Maxim Konovalov
Hello, On 8/23/16 7:01 PM, Gurumurthi K wrote: > > Hi Team, > > We are trying to integrate NginX Plus 1.9.12 as the Mid-Tier caching [...] If you are nginx-plus user please feel free to open a support ticket by sending email to plus-supp...@nginx.com. -- Maxim Konovalov Join us a

Re: ssl_client_certificate support in ngx_stream_ssl_module

2016-11-22 Thread Maxim Konovalov
ginx-devel/2015-11/msg9.php>), but > eventually it was not commited > We have this work planned. Hope to have something committable later this year or yearly 2017. -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.

Re: nginScript documentation

2016-12-05 Thread Maxim Konovalov
On 12/5/16 6:32 PM, Steven Hartland wrote: > Cool thanks for this. > > Looks like on http://nginx.org/en/docs/njs_about.html you have a > typo on the second line "nignScript" I assume you meant nginScript ;-) > Fixed. Tha

Re: [PATCH 1 of 2] rpm: Fixed incorrect change log day of the week

2016-12-14 Thread Maxim Konovalov
14 13:05:13 2016 +0900 > @@ -328,7 +328,7 @@ > * Tue May 31 2016 Konstantin Pavlov > - 1.11.1 > > -* Wed May 24 2016 Sergey Budnevitch > +* Tue May 24 2016 Sergey Budnevitch > - Fixed logrotate error if nginx is not running > - 1.11.0 > Thanks for

Re: [PATCH] HTTP/2: reject HTTP/2 requests without ":scheme" pseudo-header

2017-03-30 Thread Maxim Konovalov
clients are not obeying the > specification, are the reason why we have broken clients in the first > place. > How does google.com as a service behave with such clients? -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: nginx development guide

2017-04-19 Thread Maxim Konovalov
ow. > > Of course, your feedback is welcome. > > [1] http://nginx.org/en/docs/dev/development_guide.html We added a bunch of new content recently. Feedbacks/comments are welcome. -- Maxim Konovalov ___ nginx-devel mailing l

Re: [PATCH 2 of 3] HTTP/2: added support for trailers in HTTP responses

2017-06-06 Thread Maxim Konovalov
x27;ll be > able to do so in a couple of days. > > [...] > To be precise and to avoid confusion: Valentin is on the conf today so expect his feedback this week. -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: [PATCH] Upstream: flush low-level buffers on write retry

2017-12-05 Thread Maxim Konovalov
u->busy_bufs) { >> +if (u->out_bufs || u->busy_bufs || downstream->buffered) { >> rc = ngx_http_output_filter(r, u->out_bufs); >> >> if (rc == NGX_ERROR) { > > Committed, thanks for catching this. > http://hg.n

Re: E:Unable to locate package nginx-plus

2017-12-21 Thread Maxim Konovalov
17.10 in virtual box. Please help me in resolving > the issue. > >   This is a mailing list for nginx OSS development topics. If you are nginx-plus subscriber please feel free to open a support case by sending email to plus-supp...@nginx.com. -- Maxim Konovalov ___

Re: nginx undocumented directives

2018-03-20 Thread Maxim Konovalov
s added by http://hg.nginx.org/nginx/rev/20f139e9ffa8#l4.7 > > It is undocumented by mistake (and will be documented in near future) > or it is undocumented by purpose and it will be never documented ? > It is wip. -- Maxim Konovalov ___ ngin

[nginx] A link to the error_log directive on nginx.org removed.

2018-08-10 Thread Maxim Konovalov
details: http://hg.nginx.org/nginx/rev/1cd63ae46243 branches: changeset: 7336:1cd63ae46243 user: Maxim Konovalov date: Fri Aug 10 14:15:05 2018 +0300 description: A link to the error_log directive on nginx.org removed. It makes more harm than good for users and nginx.org

Re: cache: move open to thread pool

2018-11-01 Thread Maxim Konovalov
le cache refactoring >> - #2 thread open in open file cache >> - #3 thread open in http static module >> - #4 thread open in http file cache > The next iteration of the work. > Only 3 patches this time. Testing and feedbacks are welcome. -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: cache: move open to thread pool

2018-11-08 Thread Maxim Konovalov
Hi Ka-Hing, would you mind to test Roman's most recent patches that add "aio_open" directive? http://mailman.nginx.org/pipermail/nginx-devel/2018-November/011538.html We are looking for overall performance and stability metrics and feedback. Much appreciated, Maxim --

Re: cache: move open to thread pool

2018-11-16 Thread Maxim Konovalov
l >> >> We are looking for overall performance and stability metrics and >> feedback. >> >> Much appreciated, >> >> Maxim >> >> -- >> Maxim Konovalov -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: cache: move open to thread pool

2018-12-05 Thread Maxim Konovalov
Hello, just a reminder that we are looking for a tester for these patches. Thanks, Maxim On 16/11/2018 12:10, Maxim Konovalov wrote: > Thanks, Ka-Hing, we'll wait for your feedback. > > On 16/11/2018 01:53, Ka-Hing Cheung wrote: >> Hi, >> >> I didn't forg

Re: [PATCH] Upstream: added $upstream_bytes_sent variable

2018-12-05 Thread Maxim Konovalov
t; # HG changeset patch > # User Ruslan Ermilov > # Date 1543592133 -10800 > # Fri Nov 30 18:35:33 2018 +0300 > # Node ID 95b0ee9297fc3b8782ee1a383e3221b935639cc3 > # Parent 79c7b169816cdc63044838b03084c631c0d2f0a3 > Upstream: implemented $upstream_bytes_sent.

Re: cache: move open to thread pool

2019-01-10 Thread Maxim Konovalov
So guys, are you really interested in this work beyond shiny marketing blog posts? On 05/12/2018 12:43, Maxim Konovalov wrote: > Hello, > > just a reminder that we are looking for a tester for these patches. > > Thanks, > > Maxim > > On 16/11/2018 12:10, Maxim Kon

Re: cache: move open to thread pool

2019-01-23 Thread Maxim Konovalov
pen on. Flipping that switch now. > > Also, including the patch that we applied on top in addition to the > massaging we did to resolve conflicts. I haven't dug too deep to see > if stock nginx also requires similar changes or they are only > necessary because of our other nginx ch

[nginx] Year 2019.

2019-01-28 Thread Maxim Konovalov
details: https://hg.nginx.org/nginx/rev/f56a4c91b303 branches: changeset: 7447:f56a4c91b303 user: Maxim Konovalov date: Mon Jan 28 13:23:37 2019 +0300 description: Year 2019. diffstat: docs/text/LICENSE | 4 ++-- 1 файлов изменено, 2 вставок(+), 2 удалений(-) различия (12 строк

Re: cache: move open to thread pool

2019-02-07 Thread Maxim Konovalov
00:19, Ka-Hing Cheung wrote: > This has been running in our test colo for the past week with no ill effects. > > On Wed, Jan 23, 2019 at 4:39 AM Maxim Konovalov wrote: >> >> Hi Ka-Hing, >> >> Roman told me that the delta is because of your changes. >> >&g

Re: lxr.nginx.org no longer working properly

2019-05-06 Thread Maxim Konovalov
report. It should be fixed now. -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: cache: move open to thread pool

2019-07-19 Thread Maxim Konovalov
gt; (the traffic it receives varies too much). We do intend to merge > this > to our production colos but there's no timeline yet. > > Yuchen (CC'ed) will be the main contact from now on as today is my > last day at Cloudflare. > > - Ka-Hing >

Re: changeset 7591

2019-11-09 Thread Maxim Konovalov
e 1.17.6 with these vars on 19th of November, see https://trac.nginx.org/nginx/roadmap -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: [PATCH] Added support for proxying managesieve protocol

2020-04-15 Thread Maxim Konovalov
er Sander Hoentjen >>> # Date 1586369831 -7200 >>> # Wed Apr 08 20:17:11 2020 +0200 >>> # Node ID f1dffaf619688aaab90caf31781ebe27c3f79598 >>> # Parent 0cb942c1c1aa98118076e72e0b89940e85e6291c >>> Added support for proxying managesieve protocol >>> [...] -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: nginx test plan with max coverage?

2020-06-10 Thread Maxim Konovalov
> >   > > > ___ > nginx-devel mailing list > nginx-devel@nginx.org > http://mailman.nginx.org/mailman/listinfo/nginx-devel > -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: nginx test plan with max coverage?

2020-06-10 Thread Maxim Konovalov
s. Is this as expected? > > -Original Message- > From: Maxim Konovalov > Sent: Wednesday, June 10, 2020 15:18 > To: nginx-devel@nginx.org > Cc: Yigal Edery > Subject: Re: nginx test plan with max coverage? > > Hi Yigal, > > We use nginx-tests for that. The suite p

Re: [PATCH] Use BPF to distribute packet to different work thread.

2020-09-13 Thread Maxim Konovalov
rn clouds? Maxim -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: Nginx QUIC configuration file

2020-10-10 Thread Maxim Konovalov
x/conf.d/default.conf:3 > > Help me with this issue. > You probably complied nginx from the vanilla repo while you should take it from this one: https://hg.nginx.org/nginx-quic/file/quic See https://quic.nginx.org/ for more information. -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: [PATCH] Define phony make targets as such.

2021-02-08 Thread Maxim Konovalov
it. He will come with his comments in next several days. Maxim -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: join nginx developers

2021-07-12 Thread Maxim Konovalov
busy with the QUIC/HTTP/3 implementation and we would be grateful for additional testers or developers hands: https://quic.nginx.org/ I suppose you already seen the nginx dev guide and familiar with nginx internals: http://nginx.org/en/docs/dev/development_guide.html Thanks, Maxim -- Maxim

Re: [PATCH] Mail: add the "reuseport" option of the "listen" directive

2021-08-17 Thread Maxim Konovalov
t could cure (or hide if you will) the unbalancing you see it makes sense to get better understanding what exactly is going on. So far we haven't seen such weird behaviour ourself neither received reports about such uneven connections distribution among nginx workers. Any chances you have acce

Re: [PATCH] Mail: add the "reuseport" option of the "listen" directive

2021-08-18 Thread Maxim Konovalov
eal world customers and clients > scattered around the world. > > This is a fairly standard debian buster distribution, though we use a back > ported newer kernel, and a recent version of nginx. > > ``` > # uname -a > Linux xyz 5.10.0-0.bpo.4-amd64 #1 SMP Debian 5.10.19-1~bpo10+1 (2021-03-13) > x86_64 GNU/Linux > # /usr/local/nginx/sbin/nginx -v > nginx version: nginx/1.20.1 > ``` > > As you can see, without the reuseport option, this causes severe scalability > problems for us. > > Even without that though, it would just be nice to have some more consistency > of the `listen` options between http/stream/mail modules as well. > This looks weird. We'll try to reproduce this in our lab. Thanks for the detailed script. Maxim -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: Legacy Version support or unsupported

2021-09-10 Thread Maxim Konovalov
tain, i.e.: http://version.nginx.com/nginx/mainline http://version.nginx.com/nginx/stable -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: [PATCH] Add optional "mp4_exact_start" nginx config off/on to show video between keyframes

2021-11-03 Thread Maxim Konovalov
t; (Video should hit YouTube by end of 2021). > Please update us with the link then. Thanks! Maxim -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: On test-suite coverage

2022-01-14 Thread Maxim Konovalov
several things to keep in mind: we want to keep the suite compact as it is now and be able to have it integrated into CI/CD systems easily. Thanks, Maxim -- Maxim Konovalov ___ nginx-devel mailing list -- nginx-devel@nginx.org To unsubscribe send an

Re: nginx-1.22.0 draft

2022-05-24 Thread Maxim Konovalov
ated OpenSSL and zlib used for win32 builds. [...] Looks good. -- Maxim Konovalov ___ nginx-devel mailing list -- nginx-devel@nginx.org To unsubscribe send an email to nginx-devel-le...@nginx.org

Re: [PATCH] Linux packages: updated the supported architectures for RHEL

2022-06-13 Thread Maxim Konovalov
architectures for RHEL. [...] Looks good. -- Maxim Konovalov ___ nginx-devel mailing list -- nginx-devel@nginx.org To unsubscribe send an email to nginx-devel-le...@nginx.org

Re: [PATCH] Add optional "mp4_exact_start" nginx config off/on to show video between keyframes

2022-06-15 Thread Maxim Konovalov
. As I say in my talk: “The best web server on the Planet” :) Warmly, -Tracey Jaquith On Nov 3, 2021, at 12:48 AM, Maxim Konovalov <mailto:ma...@nginx.com>> wrote: Hi Tracey, On 03.11.2021 05:16, Tracey Jaquith wrote: [...] You might find this hopefully amusing, but I gave a t

Re: [PATCH] Linux packages: updated the supported architectures for Ubuntu 22.04

2022-06-22 Thread Maxim Konovalov
architectures for Ubuntu 22.04. [...] Looks good. -- Maxim Konovalov ___ nginx-devel mailing list -- nginx-devel@nginx.org To unsubscribe send an email to nginx-devel-le...@nginx.org

Re: nginx-1.23.1 changes draft

2022-07-19 Thread Maxim Konovalov
On 19.07.2022 17:23, Maxim Dounin wrote: Hello! Changes with nginx 1.23.119 Jul 2022 [...] Изменения в nginx 1.23.1 19.07.2022 [...] Looks good. -- Maxim Konovalov

Re: QUIC: position of RTT and congestion

2022-12-03 Thread Maxim Konovalov
nginx-devel mailing list -- nginx-devel@nginx.org To unsubscribe send an email to nginx-devel-le...@nginx.org ___ nginx-devel mailing list -- nginx-devel@nginx.org To unsubscribe send an email to ngin

Re: [PATCH] Added info about the Unit 1.29.1 release

2023-02-28 Thread Maxim Konovalov
released";>released. + + + https://quic.nginx.org/packages.html";>nginx-quic packages Looks good. -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: [PATCH] Linux packages: added Amazon Linux 2023

2023-03-21 Thread Maxim Konovalov
. [...] Looks good. -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: [PATCH] Added TLSv1.3 to the default value of ssl_protocols and friends

2023-03-24 Thread Maxim Konovalov
] [TLSv1.2] [TLSv1.3] -TLSv1 TLSv1.1 TLSv1.2 +TLSv1 TLSv1.1 TLSv1.2 TLSv1.3 http server location It makes sense to add a history note here and in other modules that have ssl_protocol directive. Maxim -- Maxim Konovalov ___ nginx-devel

Re: [PATCH] QUIC: removed TLSv1.3 requirement from README

2023-04-10 Thread Maxim Konovalov
TLSv1.3; - To enable GSO (Generic Segmentation Offloading): [...] Well, TLSv1.3 is still required. You just don't need to add it to the list of ssl_protocols. I would remove it from the config example but keep a note that QUIC relies on TLSv1.3. -- Maxim Kono

Re: [PATCH] QUIC: removed TLSv1.3 requirement from README

2023-04-11 Thread Maxim Konovalov
On 11.04.2023 07:29, Roman Arutyunyan wrote: Hi, On Mon, Apr 10, 2023 at 02:11:44PM -0700, Maxim Konovalov wrote: On 10.04.2023 04:47, Roman Arutyunyan wrote: # HG changeset patch # User Roman Arutyunyan # Date 1681127095 -14400 # Mon Apr 10 15:44:55 2023 +0400 # Branch quic # Node ID

Re: [PATCH] Added info about the Unit 1.30.0 release

2023-05-10 Thread Maxim Konovalov
released";>released, +featuring URI rewrite, improved logging, and +njs +module support. + + Looks good. -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: [PATCH] Linux packages: added Ubuntu 23.04 "lunar"

2023-05-10 Thread Maxim Konovalov
"lunar". [...] Looks good. -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: [PATCH 2 of 2] QUIC: removed "quic_mtu" directive

2023-05-11 Thread Maxim Konovalov
lementation uses the maximum possible buffer size (65527) for reading datagrams. [..] Plus README update: [...] + nginx.org docs needs update too. -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: [PATCH] Post-merge README with a disclaimer

2023-05-22 Thread Maxim Konovalov
://hg.nginx.org/nginx Go ahead. -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: [PATCH] Linux packages: documented lack of HTTP/3 support for older distros

2023-05-23 Thread Maxim Konovalov
+0300 +++ b/xml/ru/linux_packages.xml Tue May 23 14:53:59 2023 -0700 @@ -7,7 +7,7 @@ + rev="86"> @@ -179,6 +179,12 @@ + +Пакеты для RHEL 7 и SLES 12 собраны без +поддержки HTTP/3, +так как OpenSSL, используемая в этих дистрибутивах, не поддерживает TLSv1.3. + +

Re: [PATCH] Linux packages: added Debian 12 "bookworm"

2023-06-09 Thread Maxim Konovalov
"bookworm". [...] Looks good. -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: [PATCH] Linux packages: actualized supported Alpine Linux versions

2023-06-16 Thread Maxim Konovalov
Alpine Linux versions. [...] Looks good. -- Maxim Konovalov ___ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel