[nginx] nginx-1.17.2-RELEASE

2019-07-23 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/2fc9f853a6b7 branches: changeset: 7542:2fc9f853a6b7 user: Maxim Dounin date: Tue Jul 23 15:01:47 2019 +0300 description: nginx-1.17.2-RELEASE diffstat: docs/xml/nginx/changes.xml | 89 ++ 1 files

[nginx] release-1.17.2 tag

2019-07-23 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/e7181cfe9212 branches: changeset: 7543:e7181cfe9212 user: Maxim Dounin date: Tue Jul 23 15:01:47 2019 +0300 description: release-1.17.2 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff --

[njs] Splitting vmcode functionality from njs_vm.c into njs_vmcode.c

2019-07-23 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/7fd8df281a37 branches: changeset: 1066:7fd8df281a37 user: Dmitry Volyntsev date: Tue Jul 23 17:53:00 2019 +0300 description: Splitting vmcode functionality from njs_vm.c into njs_vmcode.c No functional changes. diffstat: auto/sources |

[njs] Moving njs.c functions into njs_vm.c and njs_value.c

2019-07-23 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/427edfbe6762 branches: changeset: 1067:427edfbe6762 user: Dmitry Volyntsev date: Tue Jul 23 19:42:25 2019 +0300 description: Moving njs.c functions into njs_vm.c and njs_value.c NO functional changes. diffstat: auto/sources| 1 - njs/

connections in CLOSE_WAIT

2019-07-23 Thread Dk Jack
Hi, In my module, I am capturing the request body to check if the body contains some specific content. If the body does not contain the specific content then I pass on the request without modification. Otherwise, I send a HTTP_FORBIDDEN. I am using 'ngx_http_read_client_request_body' call to captur

Re: cache: move open to thread pool

2019-07-23 Thread 洪志道
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 /5M.txt HTTP/1.1 HOST: 1.1.1.1 --50 error-- /* happened in keepalive */ 2. Reason It