[nginx] Version bump.

2024-05-15 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/c15c26c99727 branches: changeset: 9273:c15c26c99727 user: Maxim Dounin date: Wed May 15 10:03:03 2024 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines

[nginx] Mail: reset imap tag to empty after authentication attempt.

2024-05-15 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/46ecad404a29 branches: changeset: 9274:46ecad404a29 user: Rob Mueller date: Wed May 15 10:06:00 2024 +0300 description: Mail: reset imap tag to empty after authentication attempt. We need to reset the imap tag to empty after an authenticati

Re: [nginx] Reset imap tag to empty after authentication attempt

2024-05-15 Thread Maxim Dounin
Hello! On Mon, May 13, 2024 at 03:43:18PM +1000, Robert Mueller wrote: > # HG changeset patch > # User Rob Mueller > Reset imap tag to empty after authentication attempt > > We need to reset the imap tag to empty after an authentication attempt > completes, otherwise if the next line parsed is

[nginx-tests] Tests: added test for WAIT mail auth response.

2024-05-15 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx-tests/rev/913d96252b7a branches: changeset: 1977:913d96252b7a user: Rob Mueller date: Wed May 15 21:54:16 2024 +0300 description: Tests: added test for WAIT mail auth response. diffstat: mail_auth_wait.t | 161 +++

[nginx-tests] Tests: added test for mail proxy timeout.

2024-05-15 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx-tests/rev/79753dd514e6 branches: changeset: 1978:79753dd514e6 user: Rob Mueller date: Wed May 15 23:51:31 2024 +0300 description: Tests: added test for mail proxy timeout. diffstat: mail_proxy_timeout.t | 121

Re: [nginx-tests] Add test for WAIT auth response

2024-05-15 Thread Maxim Dounin
Hello! On Mon, May 13, 2024 at 04:38:56PM +1000, Robert Mueller wrote: > # HG changeset patch > # User Rob Mueller > Add test for WAIT auth response > > --- > mail_auth_wait.t | 164 +++ > 1 file changed, 164 insertions(+) > create mode 100644 mail_

Re: [nginx-tests] Add test for mail proxy timeout

2024-05-15 Thread Maxim Dounin
Hello! On Mon, May 13, 2024 at 04:41:43PM +1000, Robert Mueller wrote: > # HG changeset patch > # User Rob Mueller > Add test for mail proxy timeout > > --- > mail_proxy_timeout.t | 124 +++ > 1 file changed, 124 insertions(+) > create mode 100644 mail_

limiting number of HTTP request headers

2024-05-15 Thread Maksim Yevmenkin
Hello! Could the community share their thoughts on introducing a directive to cap the number of HTTP request headers? While we currently have the ability to limit client HTTP request buffer size, having more specific control over the number of headers could be advantageous. Thanks, max -- nginx-