RE: Re: Remove unnecessary check in ngx_http_stub_status_handler()

2021-01-19 Thread 4692122291
Rather -Original Message- From: Sent: Tue, 19 Jan 2021 20:28:02 +0300 To: 4692122...@txt.att.net Subject: Re: Remove unnecessary check in ngx_http_stub_status_handler() >Hello! > >On Tue, Jan 05, 2021 at 01:24:04PM +, Chris Newton wrote: > >> I was desk checking return codes

[nginx] Year 2021.

2021-01-19 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/61d0df8fcc7c branches: changeset: 7763:61d0df8fcc7c user: Maxim Dounin date: Tue Jan 19 20:35:17 2021 +0300 description: Year 2021. diffstat: docs/text/LICENSE | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (12 lines): d

[nginx] Core: removed post_accept_timeout.

2021-01-19 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/4e141d0816d4 branches: changeset: 7762:4e141d0816d4 user: Maxim Dounin date: Tue Jan 19 20:32:00 2021 +0300 description: Core: removed post_accept_timeout. Keeping post_accept_timeout in ngx_listening_t is no longer needed since we've switched

Re: Remove unnecessary check in ngx_http_stub_status_handler()

2021-01-19 Thread Maxim Dounin
Hello! On Tue, Jan 05, 2021 at 01:24:04PM +, Chris Newton wrote: > I was desk checking return codes generated in handlers following calls to > ngx_http_send_header(), and noticed what appears to be an unnecessary test > in ngx_http_stub_status_handler() -- or rather, I think the test should >

[nginx] Removed incorrect optimization of HEAD requests.

2021-01-19 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/43a0a9e988be branches: changeset: 7761:43a0a9e988be user: Maxim Dounin date: Tue Jan 19 20:21:12 2021 +0300 description: Removed incorrect optimization of HEAD requests. The stub status module and ngx_http_send_response() (used by the empty gi

Re: [PATCH] Add io_uring support in AIO(async io) module

2021-01-19 Thread Vladimir Homutov
On Tue, Jan 19, 2021 at 03:32:30AM +, Zhao, Ping wrote: > It depends on if disk io is the performance hot spot or not. If yes, > io_uring shows improvement than libaio. With 4KB/100KB length 1 Nginx > thread it's hard to see performance difference because iostat is only > around ~10MB/100MB per

Re: [PATCH] Mail: added PROXY PROTOCOL support

2021-01-19 Thread muradm
Sorry, my mercurial skills sucks. Last patch includes "set_real_ip_from" support in the same way it is supported by "ngx_streams" without variables implementation, i.e. it just configures the "real_ip thing", but addresses cannot be used as variables else where in configuration. On 2021.01.19 18:

[PATCH] Mail: added PROXY PROTOCOL support

2021-01-19 Thread muradm
# HG changeset patch # User muradm # Date 1611069863 -10800 # Tue Jan 19 18:24:23 2021 +0300 # Node ID 4618e767b84c5b3a7712466edb5bf37e3f0294ed # Parent 83c4622053b02821a12d522d08eaff3ac27e65e3 Mail: added PROXY PROTOCOL support. This implements propxy protocol support for both upstream and

[PATCH] Mail: added PROXY PROTOCOL support

2021-01-19 Thread muradm
# HG changeset patch # User muradm # Date 1611069863 -10800 # Tue Jan 19 18:24:23 2021 +0300 # Node ID 4618e767b84c5b3a7712466edb5bf37e3f0294ed # Parent 83c4622053b02821a12d522d08eaff3ac27e65e3 Mail: added PROXY PROTOCOL support. This implements propxy protocol support for both upstream and