Welcome! Log In Create A New Profile

Advanced

[nginx] Request body: missing comments about initialization.

Maxim Dounin
August 29, 2021 05:06PM
details: https://hg.nginx.org/nginx/rev/d869e43643ac
branches:
changeset: 7911:d869e43643ac
user: Maxim Dounin <mdounin@mdounin.ru>
date: Sun Aug 29 22:20:49 2021 +0300
description:
Request body: missing comments about initialization.

diffstat:

src/http/ngx_http_request_body.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 1d78437dbc3f -r d869e43643ac src/http/ngx_http_request_body.c
--- a/src/http/ngx_http_request_body.c Sun Aug 29 22:20:44 2021 +0300
+++ b/src/http/ngx_http_request_body.c Sun Aug 29 22:20:49 2021 +0300
@@ -62,11 +62,13 @@ ngx_http_read_client_request_body(ngx_ht
/*
* set by ngx_pcalloc():
*
+ * rb->temp_file = NULL;
* rb->bufs = NULL;
* rb->buf = NULL;
* rb->free = NULL;
* rb->busy = NULL;
* rb->chunked = NULL;
+ * rb->received = 0;
*/

rb->rest = -1;
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Request body: missing comments about initialization.

Maxim Dounin 283 August 29, 2021 05:06PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 110
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready