[nginx] Fixed alignment of ngx_memmove()/ngx_movemem() macro definitions.

2022-12-06 Thread Roman Arutyunyan
details: https://hg.nginx.org/nginx/rev/351d7f4e326f branches: changeset: 8108:351d7f4e326f user: Maxim Dounin date: Wed Nov 30 18:01:43 2022 +0300 description: Fixed alignment of ngx_memmove()/ngx_movemem() macro definitions. diffstat: src/core/ngx_string.h | 4 ++-- 1 files cha

[nginx] Win32: event flags handling edge cases in ngx_wsarecv().

2022-12-06 Thread Roman Arutyunyan
details: https://hg.nginx.org/nginx/rev/56819a9491fe branches: changeset: 8111:56819a9491fe user: Maxim Dounin date: Thu Dec 01 04:22:36 2022 +0300 description: Win32: event flags handling edge cases in ngx_wsarecv(). Fixed event flags handling edge cases in ngx_wsarecv() and ngx_ws

[nginx] SSL: fixed ngx_ssl_recv() to reset c->read->ready after errors.

2022-12-06 Thread Roman Arutyunyan
details: https://hg.nginx.org/nginx/rev/06c7d84cafdb branches: changeset: 8110:06c7d84cafdb user: Maxim Dounin date: Thu Dec 01 04:22:31 2022 +0300 description: SSL: fixed ngx_ssl_recv() to reset c->read->ready after errors. With this change, behaviour of ngx_ssl_recv() now matches

[nginx] Removed casts from ngx_memcmp() macro.

2022-12-06 Thread Roman Arutyunyan
details: https://hg.nginx.org/nginx/rev/2ffefe2f892e branches: changeset: 8109:2ffefe2f892e user: Maxim Dounin date: Wed Nov 30 18:01:53 2022 +0300 description: Removed casts from ngx_memcmp() macro. Casts are believed to be not needed, since memcmp() has "const void *" arguments si

[njs] Improved performance of conditional jumps.

2022-12-06 Thread Vadim Zhestikov via nginx-devel
details: https://hg.nginx.org/njs/rev/ef1fd66c094e branches: changeset: 2008:ef1fd66c094e user: Vadim Zhestikov date: Tue Dec 06 18:47:53 2022 -0800 description: Improved performance of conditional jumps. diffstat: src/njs_vmcode.c | 4 ++-- 1 files changed, 2 insertions(+), 2 de

[PATCH] proxy_cache_max_range_offset could affect the background updating

2022-12-06 Thread Sangdeuk Kwon
# HG changeset patch # User Sangdeuk Kwon # Date 1670390583 -32400 # Wed Dec 07 14:23:03 2022 +0900 # Node ID a1069fbf10ffd806b7c8d6deb3f6546edc7b0427 # Parent 0b360747c74e3fa7e439e0684a8cf1da2d14d8f6 proxy_cache_max_range_offset could affect the background updating proxy_cache_max_range_of