[nginx] SSL: lowered log level for WSAECONNABORTED errors on Windows.

2019-08-16 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/2432a687e789 branches: changeset: 7560:2432a687e789 user: Maxim Dounin date: Fri Aug 16 18:16:21 2019 +0300 description: SSL: lowered log level for WSAECONNABORTED errors on Windows. Winsock uses ECONNABORTED instead of ECONNRESET in some

[nginx] Version bump.

2019-08-16 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/26281dcecfbc branches: changeset: 7559:26281dcecfbc user: Maxim Dounin date: Fri Aug 16 18:16:14 2019 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines):

Re: cache: move open to thread pool

2019-08-16 Thread 洪志道
Great job, the patch works well. On Fri, Aug 16, 2019 at 10:24 PM Roman Arutyunyan wrote: > Hi, > > On Wed, Jul 24, 2019 at 11:47:19AM +0800, 洪志道 wrote: > > Hi, I found an issue with the patch. > > > > 1. Reproduce > > (/usr/local/nginx/html/5M.txt, Just making `ngx_http_set_write_handler` >

Re: cache: move open to thread pool

2019-08-16 Thread Roman Arutyunyan
Hi, On Wed, Jul 24, 2019 at 11:47:19AM +0800, 洪志道 wrote: > Hi, I found an issue with the patch. > > 1. Reproduce > (/usr/local/nginx/html/5M.txt, Just making `ngx_http_set_write_handler` be > called.) > > telnet localhost 80 > GET /5M.txt HTTP/1.1 > HOST: 1.1.1.1 > > -- response-- > > GET