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
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 --
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 |
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/
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
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