commit | cf4e7e592480425b7501b29f0aeffc483a10e215 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Sun Aug 29 22:20:49 2021 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Sun Aug 29 22:20:49 2021 +0300 |
tree | a63bc6e053101244c402a59282ff33d341e0ff50 | |
parent | 8837a1816fcc7610a5322e6c44d8cd5c55b37d40 [diff] |
Request body: missing comments about initialization.
diff --git a/src/http/ngx_http_request_body.c b/src/http/ngx_http_request_body.c index 0cae88f..b72614f 100644 --- a/src/http/ngx_http_request_body.c +++ b/src/http/ngx_http_request_body.c
@@ -62,11 +62,13 @@ /* * 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;