# HG changeset patch # User Maxim Dounin # Date 1630264849 -10800 # Node ID d869e43643ac2aae33d6ad637667e9891fd2f7bb # Parent 1d78437dbc3f54560ba738ef3c73e04a863edfd5 Request body: missing comments about initialization. diff --git a/src/http/ngx_http_request_body.c b/src/http/ngx_http_request_body.c --- a/src/http/ngx_http_request_body.c +++ b/src/http/ngx_http_request_body.c @@ -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;